summaryrefslogtreecommitdiffstats
path: root/core/minimizer.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/minimizer.php')
-rw-r--r--core/minimizer.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/minimizer.php b/core/minimizer.php
index e5703053024..6828acc87d8 100644
--- a/core/minimizer.php
+++ b/core/minimizer.php
@@ -1,5 +1,7 @@
<?php
+OC_App::loadApps();
+
if ($service == 'core.css'){
$minimizer = new OC_Minimizer_CSS();
$files = $minimizer->findFiles(OC_Util::$core_styles);