From 310610bdd11b8cef961e0719c53c633b6691e2e1 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 24 Mar 2016 12:06:54 +0800 Subject: [PATCH] Report/SendEventErrors.php --- Report/SendEventErrors.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Report/SendEventErrors.php b/Report/SendEventErrors.php index fcf16bd..bc49e2e 100644 --- a/Report/SendEventErrors.php +++ b/Report/SendEventErrors.php @@ -180,6 +180,9 @@ class Pman_Admin_Report_SendEventErrors extends Pman_Roo if(!empty($exclude)){ $events->whereAddIn('!Events.action', $exclude, 'string'); } + if(!empty($only)){ + $events->whereAddIn('Events.action', $only, 'string'); + } if(!$events->count()){ $this->jerr('Nothing to be sent'); -- 2.39.2