Report/SendEventErrors.php
authoredward <edward@roojs.com>
Fri, 5 Feb 2016 04:04:11 +0000 (12:04 +0800)
committeredward <edward@roojs.com>
Fri, 5 Feb 2016 04:04:11 +0000 (12:04 +0800)
Report/SendEventErrors.php

index 7df1283..53b3ead 100644 (file)
@@ -65,6 +65,7 @@ class Pman_Admin_Report_SendEventErrors extends Pman_Roo
         
         if(!empty($this->opt['exclude'])){
             $exclude = array_unique(array_filter(array_map('trim', explode(',', $this->opt['exclude']))));
+            print_r($exclude);exit;
         }
         
         $events->groupBy('Events.action');