Pman.php
authorAlan Knowles <alan@akbkhome.com>
Tue, 27 Jul 2010 06:05:22 +0000 (14:05 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 27 Jul 2010 06:05:22 +0000 (14:05 +0800)
Pman.php

index 028d562..49bae88 100644 (file)
--- a/Pman.php
+++ b/Pman.php
@@ -559,9 +559,7 @@ class Pman extends HTML_FlexyFramework_Page
             // otherwise use compile dfile..
             $cfile = substr(array_pop(glob($cfile . '/' . $mod . '*.js')), strlen($ff->rootDir));
             
-            
-            echo $cfile;exit;
-            $files = array( $this->rootURL."/_compiled_/". basename($cfile));
+            $files = array( $this->rootURL. $cfile);
             if (file_exists($lfile)) {
                 array_push($files, $this->rootURL."/_translations_/$mod.js");
             }