From 97383600c745298d595e6ee6258cc0f0e769c65a Mon Sep 17 00:00:00 2001 From: michael pereira Date: Mon, 11 Apr 2011 15:15:00 +0200 Subject: fixes --- application/modules/user/forms/Preboot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 9d2f3aa..404a559 100644 --- a/application/modules/user/forms/Preboot.php +++ b/application/modules/user/forms/Preboot.php @@ -18,7 +18,7 @@ class user_Form_Preboot extends Zend_Form $this->setName($this->action); $this->setMethod('post'); - if ((!Pbs_Acl::checkRight('pre') && $this->action == 'editpreboot')) + if (!Pbs_Acl::checkRight('pre') && $this->action == 'editpreboot') $meta = true; else $meta = null; -- cgit v1.2.3-55-g7522