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

index 9d7bb93..25b78c7 100644 (file)
--- a/Pman.php
+++ b/Pman.php
@@ -161,7 +161,7 @@ class Pman extends HTML_FlexyFramework_Page
     {
         $this->init();
         if (empty($base)) {
-            $this->callModules('init', $base);
+            $this->callModules('init', $this, $base);
         }
         
             //$this->allowSignup= empty($opts['allowSignup']) ? 0 : 1;