Report/SendEventErrors.php
authorAlan Knowles <alan@roojs.com>
Wed, 9 Mar 2016 08:00:11 +0000 (16:00 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 9 Mar 2016 08:00:11 +0000 (16:00 +0800)
Report/SendEventErrors.php

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