From 11ad4dcebb50c034f235b78a540715e101d58a1a Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 10 May 2010 13:33:54 +0000 Subject: [PATCH] Updated get_ou it receives values from the config registry now. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18290 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../plugins/personal/posix/groupSelect/class_groupSelect.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/plugins/personal/posix/groupSelect/class_groupSelect.inc b/gosa-core/plugins/personal/posix/groupSelect/class_groupSelect.inc index a44296cf1..ec72c63a0 100644 --- a/gosa-core/plugins/personal/posix/groupSelect/class_groupSelect.inc +++ b/gosa-core/plugins/personal/posix/groupSelect/class_groupSelect.inc @@ -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")){ -- 2.30.2