From 4a7b7ea1bde3518640ebe2f2c17d9f1ae35d043e Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 11 Apr 2011 13:47:23 +0200 Subject: kleine änderungen von preboot, berechtigung von anlegen neuer preboots --- application/modules/user/forms/Preboot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/modules') diff --git a/application/modules/user/forms/Preboot.php b/application/modules/user/forms/Preboot.php index 99c7563..9d2f3aa 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')) + if ((!Pbs_Acl::checkRight('pre') && $this->action == 'editpreboot')) $meta = true; else $meta = null; -- cgit v1.2.3-55-g7522