summaryrefslogtreecommitdiffstats
path: root/application/controllers/EventController.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/controllers/EventController.php')
-rw-r--r--application/controllers/EventController.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/controllers/EventController.php b/application/controllers/EventController.php
index c606179..04ec298 100644
--- a/application/controllers/EventController.php
+++ b/application/controllers/EventController.php
@@ -748,7 +748,7 @@ class EventController extends Zend_Controller_Action
foreach($bootResultDecode as $k => $eventResult) {
$eventResult->$resultShortcutName = sprintf('%s', $eventResult->$resultShortcutName);
- if($eventResult->$resultShortcutName == "not finished" || $eventResult->$resultShortcutName = 'not founded') {
+ if($eventResult->$resultShortcutName == "not finished" || $eventResult->$resultShortcutName == 'not founded') {
continue;
}
$result = $this->eventMapper->findBy(array("title" => $k));
@@ -798,7 +798,7 @@ class EventController extends Zend_Controller_Action
$results['shutdown results'] = $shutdownResultDecode;
foreach($shutdownResultDecode as $k => $eventResult) {
$eventResult->$resultShortcutName = sprintf('%s', $eventResult->$resultShortcutName);
- if($eventResult->$resultShortcutName == "not finished" || $eventResult->$resultShortcutName = 'not founded') {
+ if($eventResult->$resultShortcutName == "not finished" || $eventResult->$resultShortcutName == 'not founded') {
continue;
}
$result = $this->eventMapper->findBy(array("title" => $k));