From: hickert Date: Wed, 5 May 2010 10:04:37 +0000 (+0000) Subject: Added property class to get_cfg_requests X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c18fcaebedfebc180f3b1f40f91f9dd047439398;p=gosa.git Added property class to get_cfg_requests git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18128 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/openxchange/personal/connectivity/openxchange/class_oxchangeAccount.inc b/gosa-plugins/openxchange/personal/connectivity/openxchange/class_oxchangeAccount.inc index 9f46b396c..c72d40d1c 100644 --- a/gosa-plugins/openxchange/personal/connectivity/openxchange/class_oxchangeAccount.inc +++ b/gosa-plugins/openxchange/personal/connectivity/openxchange/class_oxchangeAccount.inc @@ -61,7 +61,7 @@ class oxchangeAccount extends plugin $this->uid = $this->attrs['uid'][0]; } - $this->dnmode= $this->config->get_cfg_value("accountPrimaryAttribute"); + $this->dnmode= $this->config->get_cfg_value("core","accountPrimaryAttribute"); if(isset($this->attrs[$this->dnmode][0])){ $this->dnModeValue = $this->attrs[$this->dnmode][0]; }