JsCompile.php
authorAlan Knowles <alan@akbkhome.com>
Fri, 22 Jul 2011 08:43:51 +0000 (16:43 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 22 Jul 2011 08:43:51 +0000 (16:43 +0800)
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";