summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 09e3f80)
raw | patch | inline | side by side (parent: 09e3f80)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 5 May 2010 10:04:37 +0000 (10:04 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 5 May 2010 10:04:37 +0000 (10:04 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18128 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/openxchange/personal/connectivity/openxchange/class_oxchangeAccount.inc | patch | blob | history |
diff --git a/gosa-plugins/openxchange/personal/connectivity/openxchange/class_oxchangeAccount.inc b/gosa-plugins/openxchange/personal/connectivity/openxchange/class_oxchangeAccount.inc
index 9f46b396c89cd18c66c7e455010b54e53a443295..c72d40d1ca34246f2c27eee1d0983c2b2889390a 100644 (file)
$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];
}