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/Preboot.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'application/modules/user/forms/Preboot.php') diff --git a/application/modules/user/forms/Preboot.php b/application/modules/user/forms/Preboot.php index 2b8ccff..8032a71 100644 --- a/application/modules/user/forms/Preboot.php +++ b/application/modules/user/forms/Preboot.php @@ -4,12 +4,8 @@ class user_Form_Preboot 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_Preboot extends Zend_Form $this->setName($this->action); $this->setMethod('post'); - if ($this->rights == 'meta') + if (Pbs_Acl::checkRight('prem')) $meta = true; $this->addElement('text', 'title', array( -- cgit v1.2.3-55-g7522