summaryrefslogtreecommitdiffstats
path: root/application/modules/user/forms/Config.php
diff options
context:
space:
mode:
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;