From: hickert Date: Mon, 10 May 2010 13:33:47 +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=6a575214c1cd400f649aba98c4d511c52b059d0d;p=gosa.git Updated get_ou it receives values from the config registry now. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18287 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/personal/environment/hotplugSelect/class_hotplugSelect.inc b/gosa-plugins/goto/personal/environment/hotplugSelect/class_hotplugSelect.inc index fa512efda..9f2c4ac10 100644 --- a/gosa-plugins/goto/personal/environment/hotplugSelect/class_hotplugSelect.inc +++ b/gosa-plugins/goto/personal/environment/hotplugSelect/class_hotplugSelect.inc @@ -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")){