diff options
| author | Simon | 2011-04-07 14:45:58 +0200 |
|---|---|---|
| committer | Simon | 2011-04-07 14:45:58 +0200 |
| commit | e0da08150df720b993e9d38e14d7cfb0ccc87150 (patch) | |
| tree | 164c0079c14da86d21054d52ac95233c158ea721 /application/modules/user/forms/BootmenuEntries.php | |
| parent | serialnumber von bootiso an usb stick angepasst (diff) | |
| parent | Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff) | |
| download | pbs2-e0da08150df720b993e9d38e14d7cfb0ccc87150.tar.gz pbs2-e0da08150df720b993e9d38e14d7cfb0ccc87150.tar.xz pbs2-e0da08150df720b993e9d38e14d7cfb0ccc87150.zip | |
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/modules/user/forms/BootmenuEntries.php')
| -rw-r--r-- | application/modules/user/forms/BootmenuEntries.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/user/forms/BootmenuEntries.php b/application/modules/user/forms/BootmenuEntries.php index 56ed5da..b897974 100644 --- a/application/modules/user/forms/BootmenuEntries.php +++ b/application/modules/user/forms/BootmenuEntries.php @@ -56,7 +56,7 @@ class user_Form_BootmenuEntries extends Zend_Form $this->setName($this->action); $this->setMethod('post'); - if (Pbs_Acl::checkRight('booeem')) + if (!Pbs_Acl::checkRight('booee')) $meta = true; else $meta = null; |
