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