JsCompile.php
[Pman.Core] / JsCompile.php
index dc25baa..923053d 100644 (file)
@@ -131,7 +131,7 @@ class Pman_Core_JsCompile  extends Pman
             echo '<link type="text/css" rel="stylesheet" media="screen" href="'.$output_url. '/_cache_/'. $output.'" />';
             return;
         }
-        foreach($files as $f=>$t) {
+        foreach($arfiles as $f=>$t) {
             echo '<link type="text/css" rel="stylesheet" media="screen" href="'.$output_url.'/'.$f.'" />'."\n";