From: hickert Date: Mon, 10 May 2010 13:33:29 +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=3e50922b5ae259514df138c2d1cdf104a55dec0c;p=gosa.git Updated get_ou it receives values from the config registry now. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18281 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/admin/users/class_userManagement.inc b/gosa-core/plugins/admin/users/class_userManagement.inc index f3a542938..116943789 100644 --- a/gosa-core/plugins/admin/users/class_userManagement.inc +++ b/gosa-core/plugins/admin/users/class_userManagement.inc @@ -47,7 +47,7 @@ class userManagement extends management $this->config = $config; $this->ui = $ui; - $this->storagePoints = array(get_ou("userRDN")); + $this->storagePoints = array(get_ou("core", "userRDN") ); // Build filter if (session::global_is_set(get_class($this)."_filter")){