diff options
| author | Simon | 2011-04-14 17:41:10 +0200 |
|---|---|---|
| committer | Simon | 2011-04-14 17:41:10 +0200 |
| commit | ca07fdf62337b369d5585a8b6bceb4cb19fe330b (patch) | |
| tree | 01cc16c78325afb940ba3bef3a15d5140deda601 /application | |
| parent | fbgui bug workaround (diff) | |
| download | pbs2-ca07fdf62337b369d5585a8b6bceb4cb19fe330b.tar.gz pbs2-ca07fdf62337b369d5585a8b6bceb4cb19fe330b.tar.xz pbs2-ca07fdf62337b369d5585a8b6bceb4cb19fe330b.zip | |
fbgui bug workaround
Diffstat (limited to 'application')
| -rw-r--r-- | application/modules/fbgui/controllers/IndexController.php | 4 |
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; |
