diff options
| author | Simon | 2011-04-05 12:25:36 +0200 |
|---|---|---|
| committer | Simon | 2011-04-05 12:25:36 +0200 |
| commit | 52c631ecd01be520fa424362ae34ae0068ba0dfb (patch) | |
| tree | 365e974b3586b558cd6c2cf2290dd75a50b7a3a5 /application/modules/user/forms | |
| parent | suche in Client & Bootos (diff) | |
| download | pbs2-52c631ecd01be520fa424362ae34ae0068ba0dfb.tar.gz pbs2-52c631ecd01be520fa424362ae34ae0068ba0dfb.tar.xz pbs2-52c631ecd01be520fa424362ae34ae0068ba0dfb.zip | |
Suche in Bootmenu & Bootiso
Diffstat (limited to 'application/modules/user/forms')
| -rw-r--r-- | application/modules/user/forms/Filter.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/user/forms/Filter.php b/application/modules/user/forms/Filter.php index 0676ba8..76cf3f8 100644 --- a/application/modules/user/forms/Filter.php +++ b/application/modules/user/forms/Filter.php @@ -10,7 +10,7 @@ class user_Form_Filter extends Zend_Form $this->setName("Add Filter"); $this->setMethod('post'); - if(Pbs_Acl::checkRight('fefp')){ + if(Pbs_Acl::checkRight('fefp') || Pbs_Acl::checkRight('fa')){ $edit = 'true'; } else{ |
