From 8884e476bc1c10665f11e3db638803199a985f8c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 5 Dec 2018 16:39:08 +0800 Subject: [PATCH] Pman.php --- Pman.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman.php b/Pman.php index b2573b4..5e23b2f 100644 --- a/Pman.php +++ b/Pman.php @@ -157,7 +157,7 @@ class Pman extends HTML_FlexyFramework_Page if (method_exists($c, $fn)) { call_user_func_array(array($c,$fn),$args); } - } + } } function get($base, $opts=array()) -- 2.39.2