From: hickert Date: Wed, 5 May 2010 08:56:36 +0000 (+0000) Subject: fixed property X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4b2d646844f3e85e388242fac22367c37c5ce109;p=gosa.git fixed property git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18077 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_userinfo.inc b/gosa-core/include/class_userinfo.inc index 63f82ac37..dae522f0f 100644 --- a/gosa-core/include/class_userinfo.inc +++ b/gosa-core/include/class_userinfo.inc @@ -370,7 +370,7 @@ class userinfo $aclCategory = $object; } - if($this->config->get_cfg_value("displayerrors") == "true"){ + if($this->config->get_cfg_value("displayErrors") == "true"){ if(!isset($this->ocMapping[$aclCategory])){ trigger_error("Invalid ACL category '".$aclCategory."'! ({$object})"); return(""); @@ -744,7 +744,7 @@ class userinfo } } }else{ - if($this->config->get_cfg_value("displayerrors") == "true"){ + if($this->config->get_cfg_value("displayErrors") == "true"){ trigger_error("Invalid type of category ".$category); } $acl = "";