diff options
| author | Simon | 2011-04-11 13:47:23 +0200 |
|---|---|---|
| committer | Simon | 2011-04-11 13:47:23 +0200 |
| commit | 4a7b7ea1bde3518640ebe2f2c17d9f1ae35d043e (patch) | |
| tree | 548151d42168d1e2e478b050ba6e769480f194fa /application/modules/user | |
| parent | Neues Recht um default Bootmenu zu setzen & Bootmenu-REchte angepasst (diff) | |
| download | pbs2-4a7b7ea1bde3518640ebe2f2c17d9f1ae35d043e.tar.gz pbs2-4a7b7ea1bde3518640ebe2f2c17d9f1ae35d043e.tar.xz pbs2-4a7b7ea1bde3518640ebe2f2c17d9f1ae35d043e.zip | |
kleine änderungen von preboot, berechtigung von anlegen neuer preboots
Diffstat (limited to 'application/modules/user')
| -rw-r--r-- | application/modules/user/forms/Preboot.php | 2 |
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; |
