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

index d3ad137..b22f97c 100644 (file)
@@ -184,12 +184,12 @@ class Pman_Admin_Report_SendEventErrors extends Pman_Roo
     
     function listTypes()
     {
-            $events = DB_DataObject::factory('Events');
+         $events = DB_DataObject::factory('Events');
         $events->selectAdd();
         $events->selectAdd("
             DISTINCT(Events.action) AS action
         ");
-        $ar = $ev->fetchAll('action');
+        $ar = $events->fetchAll('action');
         echo implode("\n", $ar);
         echo "\n";
         exit;