JsCompile.php
authorAlan Knowles <alan@akbkhome.com>
Fri, 22 Jul 2011 08:49:47 +0000 (16:49 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 22 Jul 2011 08:49:47 +0000 (16:49 +0800)
JsCompile.php

index dc721f4..d8260ff 100644 (file)
@@ -137,7 +137,7 @@ class Pman_Core_JsCompile  extends Pman
             echo '<link type="text/css" rel="stylesheet" media="screen" href="'.$output_url. '/_cache_/'. $output.'" />';
             return;
         }
-        foreach($ofiles as $f=>$t) {
+        foreach($ofiles as $f ) {
             echo '<link type="text/css" rel="stylesheet" media="screen" href="'.$output_url.'/'.$f.'" />'."\n";
              
         }