From d008a1c77392885c4ee57b8e95512c6dd0be0f73 Mon Sep 17 00:00:00 2001 From: michael pereira Date: Tue, 29 Mar 2011 12:10:44 +0200 Subject: sql fixed --- application/modules/user/controllers/PrebootController.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'application/modules/user/controllers/PrebootController.php') 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(); -- cgit v1.2.3-55-g7522