From: hickert Date: Tue, 11 May 2010 05:29:49 +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=d337764cdb3099b3ea81d5938af99ad08c13f657;p=gosa.git Updated get_ou it receives values from the config registry now. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18305 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/systems/admin/systems/class_systemManagement.inc b/gosa-plugins/systems/admin/systems/class_systemManagement.inc index 066a767dd..f67d23579 100644 --- a/gosa-plugins/systems/admin/systems/class_systemManagement.inc +++ b/gosa-plugins/systems/admin/systems/class_systemManagement.inc @@ -83,6 +83,7 @@ class systemManagement extends management if(!empty($entry['ou'])) $sP[] = $entry['ou']; } + $this->storagePoints = array_unique($sP); // Build filter