From ce4bc6da293b06c409668cabc6eefdacfcf4f40c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 17 Sep 2018 10:13:07 +0800 Subject: [PATCH] Pman.php --- Pman.php | 1 - 1 file changed, 1 deletion(-) 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); } } -- 2.39.2