From: Alan Knowles Date: Mon, 17 Sep 2018 02:12:20 +0000 (+0800) Subject: Pman.php X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=6984c862db2d17fe4eec640883d3922beab6d516 Pman.php --- diff --git a/Pman.php b/Pman.php index 9d7bb93..25b78c7 100644 --- 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;