JsCompile.php
authorAlan Knowles <alan@akbkhome.com>
Tue, 26 Jul 2011 11:47:26 +0000 (19:47 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 26 Jul 2011 11:47:26 +0000 (19:47 +0800)
JsCompile.php

index a3acb4c..58e5639 100644 (file)
@@ -263,6 +263,7 @@ class Pman_Core_JsCompile  extends Pman
             " . htmlspecialchars($res) . "
             
             -->";
+            
         // we should do more checking.. return val etc..
         if (file_exists($output) && ($max < filemtime($output) ) ) {