From 03246410a48c6defa202d0dc8506526f460368ce Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 25 Apr 2017 12:12:26 +0800 Subject: [PATCH] UpdateDatabase.php Notify.php --- Notify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notify.php b/Notify.php index d75613c4..3775456b 100644 --- a/Notify.php +++ b/Notify.php @@ -318,7 +318,7 @@ class Pman_Core_Notify extends Pman continue; }; //echo "$module\n"; - $x->generate(); + $x->generate($this); } -- 2.39.2