diff options
| author | michael pereira | 2011-04-07 14:45:47 +0200 |
|---|---|---|
| committer | michael pereira | 2011-04-07 14:45:47 +0200 |
| commit | 30963f047c24cbd3fa9c8c4af736c509caafbfe3 (patch) | |
| tree | c33202190e20221b26f0b1f608117ea9118f9da1 /application/modules/user/forms/Bootos.php | |
| parent | Bootos und Configs in Bootmenuentry categorisiert (diff) | |
| download | pbs2-30963f047c24cbd3fa9c8c4af736c509caafbfe3.tar.gz pbs2-30963f047c24cbd3fa9c8c4af736c509caafbfe3.tar.xz pbs2-30963f047c24cbd3fa9c8c4af736c509caafbfe3.zip | |
Meta Recht geändert
Diffstat (limited to 'application/modules/user/forms/Bootos.php')
| -rw-r--r-- | application/modules/user/forms/Bootos.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/user/forms/Bootos.php b/application/modules/user/forms/Bootos.php index 21f674b..6edc7eb 100644 --- a/application/modules/user/forms/Bootos.php +++ b/application/modules/user/forms/Bootos.php @@ -28,7 +28,7 @@ class user_Form_Bootos extends Zend_Form $this->setName("BootOsCreate"); $this->setMethod('post'); - if (Pbs_Acl::checkRight('boem')) + if (!Pbs_Acl::checkRight('boe')) $meta = true; else $meta = null; |
