From 3414855d2fd3b8a754a6d6eee0d27c4b1831da18 Mon Sep 17 00:00:00 2001 From: Sebastian Schmelzer Date: Wed, 11 Jan 2012 15:35:59 +0100 Subject: fix stylecode output --- application/modules/user/controllers/GroupController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/modules/user/controllers/GroupController.php') diff --git a/application/modules/user/controllers/GroupController.php b/application/modules/user/controllers/GroupController.php index f0a4591..bf7e1b2 100644 --- a/application/modules/user/controllers/GroupController.php +++ b/application/modules/user/controllers/GroupController.php @@ -377,7 +377,7 @@ class User_GroupController extends Zend_Controller_Action { return; } if($_SERVER['HTTP_REFERER']) { - if(strpos($_SERVER['HTTP_REFERER'], '/user/group/show') != = false && strpos($_SERVER['HTTP_REFERER'], '/groupID/') == = false) { + if(strpos($_SERVER['HTTP_REFERER'], '/user/group/show') !== false && strpos($_SERVER['HTTP_REFERER'], '/groupID/') == false) { $this->_helper->redirector('changemembership', 'person'); } else { $this->_redirect('/user/group/index/page/'.$this->page.'/deleteresult/ok'); -- cgit v1.2.3-55-g7522