From: Alan Knowles Date: Mon, 17 Sep 2018 02:13:07 +0000 (+0800) Subject: Pman.php X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=ce4bc6da293b06c409668cabc6eefdacfcf4f40c Pman.php --- diff --git a/Pman.php b/Pman.php index 02e194a..e44899a 100644 --- a/Pman.php +++ b/Pman.php @@ -152,7 +152,6 @@ class Pman extends HTML_FlexyFramework_Page require_once str_replace('_','/', $cls). '.php'; $c = new $cls(); if (method_exists($c, $fn)) { - print_r($args); call_user_func_array(array($c,$fn),$args); } }