From c18fcaebedfebc180f3b1f40f91f9dd047439398 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 5 May 2010 10:04:37 +0000 Subject: [PATCH] Added property class to get_cfg_requests git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18128 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../personal/connectivity/openxchange/class_oxchangeAccount.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; } -- 2.30.2