diff options
| author | Simon | 2011-04-19 17:25:09 +0200 |
|---|---|---|
| committer | Simon | 2011-04-19 17:25:09 +0200 |
| commit | 4223800a7a62eaa6148d7e96e87593e8913150cf (patch) | |
| tree | f4394fd043ceeaf664500d05b90ab9dcec7ad743 /application/modules/fbgui/controllers/IndexController.php | |
| parent | Ticket #215 - Shutdown Button hinzugefügt (diff) | |
| download | pbs2-4223800a7a62eaa6148d7e96e87593e8913150cf.tar.gz pbs2-4223800a7a62eaa6148d7e96e87593e8913150cf.tar.xz pbs2-4223800a7a62eaa6148d7e96e87593e8913150cf.zip | |
Logout in der FBGui eingebaut
Diffstat (limited to 'application/modules/fbgui/controllers/IndexController.php')
| -rw-r--r-- | application/modules/fbgui/controllers/IndexController.php | 6 |
1 files changed, 3 insertions, 3 deletions
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.<br />Click here to <a href='/fbgui/auth/login/'>login</a>",'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.<br />Click here to <a href='/fbgui/auth/login/'>login</a>",'error'); } } |
