From: Alan Knowles Date: Wed, 5 Dec 2018 08:39:08 +0000 (+0800) Subject: Pman.php X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=8884e476bc1c10665f11e3db638803199a985f8c Pman.php --- 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())