summaryrefslogtreecommitdiffstats
path: root/application/modules
diff options
context:
space:
mode:
authorSimon2011-03-29 12:11:07 +0200
committerSimon2011-03-29 12:11:07 +0200
commit045bb9611f572ecb0b251eb116a221ff9b8a96d4 (patch)
treea31117e6b8965152ebf6e9b42c49c88a226ea366 /application/modules
parentShortcuts zu rechten hinzugefĆ¼gt (diff)
parentsql fixed (diff)
downloadpbs2-045bb9611f572ecb0b251eb116a221ff9b8a96d4.tar.gz
pbs2-045bb9611f572ecb0b251eb116a221ff9b8a96d4.tar.xz
pbs2-045bb9611f572ecb0b251eb116a221ff9b8a96d4.zip
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/modules')
-rw-r--r--application/modules/user/controllers/PrebootController.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/application/modules/user/controllers/PrebootController.php b/application/modules/user/controllers/PrebootController.php
index e1e67a5..1491ae9 100644
--- a/application/modules/user/controllers/PrebootController.php
+++ b/application/modules/user/controllers/PrebootController.php
@@ -12,8 +12,7 @@ class User_PrebootController extends Zend_Controller_Action
if (Zend_Auth::getInstance()->hasIdentity()) {
$userIDsNamespace = Zend_Session::namespaceGet('userIDs');
if($userIDsNamespace['membershipID'] ==''){
- $pbsNotifier = new Pbs_Notifier();
- echo $pbsNotifier->notify('No membershipID set','forbidden');
+ $this->_redirect('/user/index');
}
$this->prebootMapper = new Application_Model_PreBootMapper();