summaryrefslogtreecommitdiffstats
path: root/application/modules/user/forms/Config.php
diff options
context:
space:
mode:
authorSimon2011-04-07 14:45:58 +0200
committerSimon2011-04-07 14:45:58 +0200
commite0da08150df720b993e9d38e14d7cfb0ccc87150 (patch)
tree164c0079c14da86d21054d52ac95233c158ea721 /application/modules/user/forms/Config.php
parentserialnumber von bootiso an usb stick angepasst (diff)
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-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/Config.php')
-rw-r--r--application/modules/user/forms/Config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/user/forms/Config.php b/application/modules/user/forms/Config.php
index e9bbffb..2ee221d 100644
--- a/application/modules/user/forms/Config.php
+++ b/application/modules/user/forms/Config.php
@@ -18,7 +18,7 @@ class user_Form_Config extends Zend_Form
$this->setName($this->action);
$this->setMethod('post');
- if (Pbs_Acl::checkRight('cem'))
+ if (!Pbs_Acl::checkRight('ce'))
$meta = true;
else
$meta = null;