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

index 53b3ead..41c458e 100644 (file)
@@ -63,8 +63,8 @@ class Pman_Admin_Report_SendEventErrors extends Pman_Roo
         
         $events->whereAdd("Events.event_when > NOW() - INTERVAL 1 DAY");
         
-        if(!empty($this->opt['exclude'])){
-            $exclude = array_unique(array_filter(array_map('trim', explode(',', $this->opt['exclude']))));
+        if(!empty($this->opts['exclude'])){
+            $exclude = array_unique(array_filter(array_map('trim', explode(',', $this->opts['exclude']))));
             print_r($exclude);exit;
         }