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

index 8e09925..a1c2541 100644 (file)
--- a/Pman.php
+++ b/Pman.php
@@ -559,7 +559,7 @@ class Pman extends HTML_FlexyFramework_Page
             // otherwise use compile dfile..
             $cfile = array_pop(glob($cfile . '/' . $mod . '*.js'));
             echo $cfile;exit;
-            
+            print_r($ff);exit;
             $files = array( $this->rootURL."/_compiled_/". basename($cfile));
             if (file_exists($lfile)) {
                 array_push($files, $this->rootURL."/_translations_/$mod.js");