From 6b906a4f75025523d2cbf82dee73371de54bf236 Mon Sep 17 00:00:00 2001 From: edward Date: Fri, 5 Feb 2016 12:15:42 +0800 Subject: [PATCH] Report/SendEventErrors.php --- Report/SendEventErrors.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.39.2