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

index cb91b9c..986978b 100644 (file)
@@ -150,7 +150,7 @@ class Pman_Core_JsCompile  extends Pman
         
         // we should do more checking.. return val etc..
         if (file_exists($output) && ($max < filemtime($output) ) ) {
-            return $output;
+            return true;
         }
         return false;