Load apps before minimizing the core css and js

This commit is contained in:
Bart Visscher 2012-06-04 23:17:50 +02:00
parent 64f6534f51
commit 7e017253f5

View 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);