diff options
Diffstat (limited to 'application/modules/fbgui/controllers')
| -rw-r--r-- | application/modules/fbgui/controllers/IndexController.php | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/application/modules/fbgui/controllers/IndexController.php b/application/modules/fbgui/controllers/IndexController.php index 119c810..28855f3 100644 --- a/application/modules/fbgui/controllers/IndexController.php +++ b/application/modules/fbgui/controllers/IndexController.php @@ -104,8 +104,8 @@ class Fbgui_IndexController extends Zend_Controller_Action $this->view->entries = $res; #print_a(Zend_Auth::getInstance()->hasIdentity(),$bm->MembershipID ,$this->membership->getID()); if (!Zend_Auth::getInstance()->hasIdentity()) { - #$pbsNotifier = new Pbs_Notifier(); - #$this->view->notification = $pbsNotifier->notify("This is not your Bootmenu. You have to login to get your own Bootmenu.<br />Click here to <a href='/fbgui/auth/login/'>login</a>",'info'); + # $pbsNotifier = new Pbs_Notifier(); + # $this->view->notification = $pbsNotifier->notify("This is not your Bootmenu. You have to login to get your own Bootmenu.<br />Click here to <a href='/fbgui/auth/login/'>login</a>",'info'); $this->view->loginmenu = true; } if(Zend_Auth::getInstance()->hasIdentity()){ @@ -137,10 +137,7 @@ class Fbgui_IndexController extends Zend_Controller_Action } public function startAction(){ $bootmenuntryID = $this->_request->getParam('bme'); - $a = $this->_request->getParam('a'); - if($a == ''){ - $a = $_SESSION['alphasessionID']; - } + $a = $_SESSION['alphasessionID']; $bootmenuentriesMapper = new Application_Model_BootMenuEntriesMapper(); $bootmenuentry = new Application_Model_BootMenuEntries(); $bootmenuentriesMapper->find($bootmenuntryID,$bootmenuentry); |
