]> source.dussan.org Git - nextcloud-server.git/commitdiff
Load apps before minimizing the core css and js
authorBart Visscher <bartv@thisnet.nl>
Mon, 4 Jun 2012 21:17:50 +0000 (23:17 +0200)
committerBart Visscher <bartv@thisnet.nl>
Mon, 4 Jun 2012 21:17:50 +0000 (23:17 +0200)
core/minimizer.php

index e5703053024c04688e1c5c0c1deaa30ae70c63b6..6828acc87d8eb283b625cac60f8c86fc7f9c7e6e 100644 (file)
@@ -1,5 +1,7 @@
 <?php
 
+OC_App::loadApps();
+
 if ($service == 'core.css'){
        $minimizer = new OC_Minimizer_CSS();
        $files = $minimizer->findFiles(OC_Util::$core_styles);