From 764ccd493259bfaa60cf910c948f93fab6405475 Mon Sep 17 00:00:00 2001 From: edward Date: Fri, 5 Feb 2016 13:15:26 +0800 Subject: [PATCH] Report/SendEventErrors.php --- Report/SendEventErrors.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Report/SendEventErrors.php b/Report/SendEventErrors.php index ecb95e9..ec67e17 100644 --- a/Report/SendEventErrors.php +++ b/Report/SendEventErrors.php @@ -58,7 +58,7 @@ class Pman_Admin_Report_SendEventErrors extends Pman_Roo function get($args, $opts) { $this->opts = $opts; - + print_R($this->opts);exit; if(empty($this->opts['group'])){ $this->jerr('Missing group - try add [-t {group name}]'); } -- 2.39.2