summaryrefslogtreecommitdiffstats
path: root/application/models/EventreportMapper.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/models/EventreportMapper.php')
-rwxr-xr-xapplication/models/EventreportMapper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/models/EventreportMapper.php b/application/models/EventreportMapper.php
index b785f4a..11dacbc 100755
--- a/application/models/EventreportMapper.php
+++ b/application/models/EventreportMapper.php
@@ -192,7 +192,7 @@ class Application_Model_EventreportMapper
$result = $stmt->fetchAll(PDO::FETCH_NUM);
foreach ($result as $r) {
- $ret1 = array((int)$r[0],'Successful');
+ $ret1 = array((int)$r[0],'Succeeded');
$ret2 = array((int)$r[1],'Failed');
$return[] = array($ret1,$ret2);
}