From 4223800a7a62eaa6148d7e96e87593e8913150cf Mon Sep 17 00:00:00 2001
From: Simon
Date: Tue, 19 Apr 2011 17:25:09 +0200
Subject: Logout in der FBGui eingebaut
---
application/modules/fbgui/controllers/IndexController.php | 6 +++---
1 file changed, 3 insertions(+), 3 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 26f12fb..ab146d3 100644
--- a/application/modules/fbgui/controllers/IndexController.php
+++ b/application/modules/fbgui/controllers/IndexController.php
@@ -135,9 +135,9 @@ class Fbgui_IndexController extends Zend_Controller_Action
// 'Your alphasessionID is '.$session->getAlphasessionID(),
// 'Your client is '.$session->getClientID(),
// 'there is no bootmenu for you');
-
- $pbsNotifier = new Pbs_Notifier();
- $this->view->notification = $pbsNotifier->notify("There is no BootMenu to show. Please log in to get your BootMenu.
Click here to login",'error');
+ $this->view->nobootmenu = true;
+ #$pbsNotifier = new Pbs_Notifier();
+ #$this->view->notification = $pbsNotifier->notify("There is no BootMenu to show. Please log in to get your BootMenu.
Click here to login",'error');
}
}
--
cgit v1.2.3-55-g7522