aboutsummaryrefslogtreecommitdiffstats
path: root/include/template.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/template.class.php')
-rw-r--r--include/template.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/template.class.php b/include/template.class.php
index a7a7d9124..b6d1aa4ba 100644
--- a/include/template.class.php
+++ b/include/template.class.php
@@ -1299,7 +1299,7 @@ final class FileCombiner
{
$css = self::process_css_rec($file);
require_once(PHPWG_ROOT_PATH.'include/cssmin.class.php');
- $css = CssMin::minify($css, array('emulate-css3-variables'=>false));
+ $css = CssMin::minify($css, array('Variables'=>false));
$css = trigger_event('combined_css_postfilter', $css);
return $css;
}