JsCompile.php
authorAlan Knowles <alan@akbkhome.com>
Fri, 22 Jul 2011 07:43:44 +0000 (15:43 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 22 Jul 2011 07:43:44 +0000 (15:43 +0800)
JsCompile.php

index 9055081..5325442 100644 (file)
@@ -93,7 +93,7 @@ class Pman_Core_JsCompile  extends Pman
         
         if (file_exists($output_path.'/'.$output)) {
             echo "output compressed..";
-            return;
+            exit;
         }
         echo "output original..";
         exit;