From 3a6c9972b59b11dc98b76ee51446d5568ef0f519 Mon Sep 17 00:00:00 2001 From: michael pereira Date: Tue, 5 Apr 2011 19:33:19 +0200 Subject: Forms Rechte angepasst, Views angepasst --- application/modules/user/forms/Config.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'application/modules/user/forms/Config.php') diff --git a/application/modules/user/forms/Config.php b/application/modules/user/forms/Config.php index bf25fe2..e9bbffb 100644 --- a/application/modules/user/forms/Config.php +++ b/application/modules/user/forms/Config.php @@ -4,12 +4,8 @@ class user_Form_Config extends Zend_Form { private $action; - private $rights; private $page; - public function setRights($rights){ - $this->rights = $rights; - } public function setAction($action){ $this->action = $action; } @@ -22,7 +18,7 @@ class user_Form_Config extends Zend_Form $this->setName($this->action); $this->setMethod('post'); - if ($this->rights == 'meta') + if (Pbs_Acl::checkRight('cem')) $meta = true; else $meta = null; -- cgit v1.2.3-55-g7522