From 6a575214c1cd400f649aba98c4d511c52b059d0d Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 10 May 2010 13:33:47 +0000 Subject: [PATCH] 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 --- .../personal/environment/hotplugSelect/class_hotplugSelect.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")){ -- 2.30.2