]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/config.php
Move PConfig::set() to DI::pConfig()->set()
[friendica.git] / view / theme / duepuntozero / config.php
index a5054dab91da2be327f27ee248cec2e6b9f75e67..188cbe5f79cd4fc123395d936f31622f9b8c809d 100644 (file)
@@ -29,7 +29,7 @@ function theme_post(App $a)
        }
 
        if (isset($_POST['duepuntozero-settings-submit'])) {
-               PConfig::set(local_user(), 'duepuntozero', 'colorset', $_POST['duepuntozero_colorset']);
+               DI::pConfig()->set(local_user(), 'duepuntozero', 'colorset', $_POST['duepuntozero_colorset']);
        }
 }