Report/SendEventErrors.php
authoredward <edward@roojs.com>
Fri, 5 Feb 2016 05:15:26 +0000 (13:15 +0800)
committeredward <edward@roojs.com>
Fri, 5 Feb 2016 05:15:26 +0000 (13:15 +0800)
Report/SendEventErrors.php

index ecb95e9..ec67e17 100644 (file)
@@ -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}]');
         }