summaryrefslogtreecommitdiffstats
path: root/application/modules/fbgui/controllers
diff options
context:
space:
mode:
authorSimon2011-04-14 17:41:10 +0200
committerSimon2011-04-14 17:41:10 +0200
commitca07fdf62337b369d5585a8b6bceb4cb19fe330b (patch)
tree01cc16c78325afb940ba3bef3a15d5140deda601 /application/modules/fbgui/controllers
parentfbgui bug workaround (diff)
downloadpbs2-ca07fdf62337b369d5585a8b6bceb4cb19fe330b.tar.gz
pbs2-ca07fdf62337b369d5585a8b6bceb4cb19fe330b.tar.xz
pbs2-ca07fdf62337b369d5585a8b6bceb4cb19fe330b.zip
fbgui bug workaround
Diffstat (limited to 'application/modules/fbgui/controllers')
-rw-r--r--application/modules/fbgui/controllers/IndexController.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/modules/fbgui/controllers/IndexController.php b/application/modules/fbgui/controllers/IndexController.php
index 9e9da93..6e23e6a 100644
--- a/application/modules/fbgui/controllers/IndexController.php
+++ b/application/modules/fbgui/controllers/IndexController.php
@@ -147,11 +147,11 @@ class Fbgui_IndexController extends Zend_Controller_Action
$session->setBootosID($bootmenuentry->getBootosID());
$sessionMapper->save($session);
- if(isset($this->_request->getParam('a'))){
+ if($this->_request->getParam('a') != ''){
$a = $this->_request->getParam('a');
}
else{
- $a = $_SESSION['alphasessionID']
+ $a = $_SESSION['alphasessionID'];
}
$this->view->host = '132.230.4.27';
$this->view->alphaid = $a;