Report/SendEventErrors.php
authorAlan Knowles <alan@roojs.com>
Wed, 9 Mar 2016 07:59:48 +0000 (15:59 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 9 Mar 2016 07:59:48 +0000 (15:59 +0800)
Report/SendEventErrors.php

index b1d6f45..aa76355 100644 (file)
@@ -189,6 +189,7 @@ class Pman_Admin_Report_SendEventErrors extends Pman_Roo
         $events->selectAdd("
             DISTINCT(Events.action) AS action
         ");
+        $events->whereAdd("action !-''");
         $ar = $events->fetchAll('action');
         echo implode(",", $ar);
         echo "\n";