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

gosa-plugins/goto/personal/environment/hotplugSelect/class_hotplugSelect.inc

index fa512efdabc949eb3642ea7a0f2aa3915bcbd978..9f2c4ac100ad5f126356ebe592dda768da4b99a2 100644 (file)
@@ -33,7 +33,7 @@ class hotplugSelect extends management
     $this->config = $config;
     $this->ui = $ui;
 
-    $this->storagePoints = array(get_ou("deviceRDN"));
+    $this->storagePoints = array(get_ou("deviceGeneric", "deviceRDN") );
 
     // Build filter
     if (session::global_is_set(get_class($this)."_filter")){