Report/SendEventErrors.php
authoredward <edward@roojs.com>
Fri, 5 Feb 2016 04:47:51 +0000 (12:47 +0800)
committeredward <edward@roojs.com>
Fri, 5 Feb 2016 04:47:51 +0000 (12:47 +0800)
Report/SendEventErrors.php

index 7ae07a2..da19eb3 100644 (file)
@@ -76,7 +76,7 @@ class Pman_Admin_Report_SendEventErrors extends Pman_Roo
         $events->orderBy('Events.action ASC');
         
         $summary = $events->fetchAll('action', 'total');
-        pritn_R($summary);exit;
+        print_r($summary);exit;
         if(empty($summary)){
             $this->jerr('Nothing to be sent');
         }