Code

Updated get_ou it receives values from the config registry now.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 10 May 2010 13:33:50 +0000 (13:33 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 10 May 2010 13:33:50 +0000 (13:33 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18288 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/personal/environment/printerSelect/class_printerSelect.inc

index bf42dec6c66bdf60618e39d8d8a48e5db8ae825c..c05f094d9518953632cd59fa4e2ac11089171358 100644 (file)
@@ -33,7 +33,7 @@ class printerSelect extends management
     $this->config = $config;
     $this->ui = $ui;
 
-    $this->storagePoints = array(get_ou("printerRDN"));
+    $this->storagePoints = array(get_ou("printgeneric", "printerRDN") );
 
     // Build filter
     if (session::global_is_set(get_class($this)."_filter")){