summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn Geiger2011-09-14 16:40:50 +0200
committerBjörn Geiger2011-09-14 16:40:50 +0200
commit5a510a98eb471f4b4252185416d31eed7863af82 (patch)
treea100af0d7c7ac9515930eb9f5850cf493a890a94
parentdeleteall Action (diff)
downloadpoolctrl-5a510a98eb471f4b4252185416d31eed7863af82.tar.gz
poolctrl-5a510a98eb471f4b4252185416d31eed7863af82.tar.xz
poolctrl-5a510a98eb471f4b4252185416d31eed7863af82.zip
minor
-rwxr-xr-xapplication/controllers/EventController.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/application/controllers/EventController.php b/application/controllers/EventController.php
index 3ac22fe..bf6fa65 100755
--- a/application/controllers/EventController.php
+++ b/application/controllers/EventController.php
@@ -308,10 +308,6 @@ class EventController extends Zend_Controller_Action
} else {
$event = new Application_Model_Event();
$this->eventMapper->find($eventID, $event);
- if($event->getImmediate()) {
- $this->_redirect('/event/');
- exit;
- }
$eventcategorylist = $this->eventcategoryMapper->fetchAll();
$bootOsApiResult = PostToHost($this->pbs2host, $this->config['pbs2']['getbootoss'] . $this->userIDsNamespace['apikey'], 'http://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'], 'poolctrl', '');
$bootOsXMLString = $bootOsApiResult['http-body'];