From 6984c862db2d17fe4eec640883d3922beab6d516 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 17 Sep 2018 10:12:20 +0800 Subject: [PATCH] Pman.php --- Pman.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2