Report/SendEventErrors.php
[Pman.Admin] / 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;