From: edward Date: Fri, 5 Feb 2016 04:15:42 +0000 (+0800) Subject: Report/SendEventErrors.php X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=6b906a4f75025523d2cbf82dee73371de54bf236 Report/SendEventErrors.php --- diff --git a/Report/SendEventErrors.php b/Report/SendEventErrors.php index c1f2f4c..81637fd 100644 --- a/Report/SendEventErrors.php +++ b/Report/SendEventErrors.php @@ -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");