]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/style.php
Move Config::get() to DI::config()->get()
[friendica.git] / view / theme / duepuntozero / style.php
index 189d5ac400d4f2b4a65de1995e92d1673aa44f93..a3edf813cb1cd063617ae4d362bcabe94dc891c2 100644 (file)
@@ -11,7 +11,7 @@ if (file_exists("$THEMEPATH/style.css")) {
 
 $uid = $_REQUEST['puid'] ?? 0;
 
-$s_colorset = Config::get('duepuntozero', 'colorset');
+$s_colorset = DI::config()->get('duepuntozero', 'colorset');
 $colorset = DI::pConfig()->get($uid, 'duepuntozero', 'colorset');
 
 if (empty($colorset)) {