Code

Updated get_ou it receives values from the config registry now.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 10 May 2010 13:33:52 +0000 (13:33 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 10 May 2010 13:33:52 +0000 (13:33 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18289 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/mail/personal/mail/mailAddressSelect/class_mailAddressSelect.inc

index 89820d9e22fa08473f499bbc11272bcb4365f585..80ea04362bf9df9584bd7d53c92d249e54addd7b 100644 (file)
@@ -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")){