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

index c1f2f4c..81637fd 100644 (file)
@@ -94,7 +94,7 @@ class Pman_Admin_Report_SendEventErrors extends Pman_Roo
         }
         
         foreach ($totals as $k => $v){
-            $subject[] = "{$k} {$v}";
+            $subject[] = "{$v} {$k}";
         }
         
         $this->jok("Done");