From b5f3c6ce96d6b7810fb41bd52d3ac8fd4b983655 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 5 Dec 2018 16:40:12 +0800 Subject: [PATCH] Pman.php --- Pman.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Pman.php b/Pman.php index 5e23b2f..c172bff 100644 --- a/Pman.php +++ b/Pman.php @@ -158,6 +158,7 @@ class Pman extends HTML_FlexyFramework_Page call_user_func_array(array($c,$fn),$args); } } + return $args; } function get($base, $opts=array()) -- 2.39.2