diff options
Diffstat (limited to 'lib/base.php')
-rw-r--r-- | lib/base.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/base.php b/lib/base.php index 673a47ba450..1b3554a42a9 100644 --- a/lib/base.php +++ b/lib/base.php @@ -231,6 +231,7 @@ class OC{ } OC_AppConfig::setValue('core', 'remote_core.css', '/core/minimizer.php'); + OC_AppConfig::setValue('core', 'remote_core.js', '/core/minimizer.php'); OC_App::updateApps(); } |