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:54 +0000 (13:33 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 10 May 2010 13:33:54 +0000 (13:33 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18290 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/personal/posix/groupSelect/class_groupSelect.inc

index a44296cf150d59af914024c8259075e4384ba6a7..ec72c63a06ef7549dea510dba6121ec45a4e0272 100644 (file)
@@ -33,7 +33,7 @@ class groupSelect extends management
     $this->config = $config;
     $this->ui = $ui;
 
-    $this->storagePoints = array(get_ou("groupRDN"));
+    $this->storagePoints = array(get_ou("core", "groupRDN") );
 
     // Build filter
     if (session::global_is_set(get_class($this)."_filter")){