From 8f49843b2b1390761372047027aaaf9423f7155e Mon Sep 17 00:00:00 2001
From: Simon
Date: Fri, 15 Apr 2011 16:02:33 +0200
Subject: AlphaID aus der URL entfernt
---
application/modules/fbgui/controllers/IndexController.php | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
(limited to 'application/modules/fbgui/controllers/IndexController.php')
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.
Click here to login",'info');
+ # $pbsNotifier = new Pbs_Notifier();
+ # $this->view->notification = $pbsNotifier->notify("This is not your Bootmenu. You have to login to get your own Bootmenu.
Click here to login",'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);
--
cgit v1.2.3-55-g7522