From: hickert Date: Mon, 10 May 2010 13:33:52 +0000 (+0000) Subject: Updated get_ou it receives values from the config registry now. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ae8df52b352285a40497937f0a5f96d9f94e7919;p=gosa.git Updated get_ou it receives values from the config registry now. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18289 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/mail/personal/mail/mailAddressSelect/class_mailAddressSelect.inc b/gosa-plugins/mail/personal/mail/mailAddressSelect/class_mailAddressSelect.inc index 89820d9e2..80ea04362 100644 --- a/gosa-plugins/mail/personal/mail/mailAddressSelect/class_mailAddressSelect.inc +++ b/gosa-plugins/mail/personal/mail/mailAddressSelect/class_mailAddressSelect.inc @@ -33,7 +33,7 @@ class mailAddressSelect extends management $this->config = $config; $this->ui = $ui; - $this->storagePoints = array(get_ou("userRDN"), get_ou('groupRDN')); + $this->storagePoints = array(get_ou("core", "userRDN") , get_ou("core", "userRDN") ); // Build filter if (session::global_is_set(get_class($this)."_filter")){