Fix param name
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 3 Aug 2009 19:18:12 +0000 (13:18 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 3 Aug 2009 19:18:20 +0000 (13:18 -0600)
framework/Core/lib/Horde.php

index 6414686..4031643 100644 (file)
@@ -1659,7 +1659,7 @@ HTML;
 
         $cache_type = empty($conf['cachecss'])
             ? 'none'
-            : $conf['cachecss'];
+            : $conf['cachecssparams']['driver'];
 
         if ($cache_type == 'none') {
             $css_out = $css;