Pman.php
authorAlan Knowles <alan@roojs.com>
Mon, 17 Sep 2018 02:11:16 +0000 (10:11 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 17 Sep 2018 02:11:16 +0000 (10:11 +0800)
Pman.php

index 206a1b9..5b23bed 100644 (file)
--- a/Pman.php
+++ b/Pman.php
@@ -143,7 +143,6 @@ class Pman extends HTML_FlexyFramework_Page
     function callModules($fn) 
     {
         $args = func_get_args();
-        array_shift($args);
         foreach(explode(',',$this->appModules) as $m) {
             $cls = 'Pman_'. $m . '_Pman';
             if (!file_exists($this->rootDir . '/'.str_replace('_','/', $cls). '.php')) {