From 27b699bdbcd080ec9d5400a2391cdb2b725f7ee1 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Tue, 21 Jun 2016 21:21:46 +0200 Subject: Migrate logic to dynamic controller Also adds support for having custom login backgrounds --- core/js/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/js/config.php') diff --git a/core/js/config.php b/core/js/config.php index dc84d1cf2bf..197047ed8b8 100644 --- a/core/js/config.php +++ b/core/js/config.php @@ -43,7 +43,7 @@ header("Expires: Sat, 26 Jul 1997 05:00:00 GMT"); $l = \OC::$server->getL10N('core'); // Enable OC_Defaults support -$defaults = new OC_Defaults(); +$defaults = \OC::$server->getThemingDefaults(); // Get the config $apps_paths = array(); -- cgit v1.2.3