From: Alan Knowles Date: Wed, 9 Mar 2016 07:59:08 +0000 (+0800) Subject: Report/SendEventErrors.php X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=4f5eed94e9c55b568f993cb6d1f12eab6a838017 Report/SendEventErrors.php --- diff --git a/Report/SendEventErrors.php b/Report/SendEventErrors.php index d3ad137..b22f97c 100644 --- a/Report/SendEventErrors.php +++ b/Report/SendEventErrors.php @@ -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;