summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorSimon2011-04-11 13:47:23 +0200
committerSimon2011-04-11 13:47:23 +0200
commit4a7b7ea1bde3518640ebe2f2c17d9f1ae35d043e (patch)
tree548151d42168d1e2e478b050ba6e769480f194fa /application
parentNeues Recht um default Bootmenu zu setzen & Bootmenu-REchte angepasst (diff)
downloadpbs2-4a7b7ea1bde3518640ebe2f2c17d9f1ae35d043e.tar.gz
pbs2-4a7b7ea1bde3518640ebe2f2c17d9f1ae35d043e.tar.xz
pbs2-4a7b7ea1bde3518640ebe2f2c17d9f1ae35d043e.zip
kleine änderungen von preboot, berechtigung von anlegen neuer preboots
Diffstat (limited to 'application')
-rw-r--r--application/modules/user/forms/Preboot.php2
1 files changed, 1 insertions, 1 deletions
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;