From ad072d751846877b43825335b9719ad3c9cec54f Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 10 May 2010 13:33:35 +0000 Subject: [PATCH] Updated get_ou it receives values from the config registry now. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18283 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../gofax/faxaccount/faxNumberSelect/class_faxNumberSelect.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-plugins/gofax/gofax/faxaccount/faxNumberSelect/class_faxNumberSelect.inc b/gosa-plugins/gofax/gofax/faxaccount/faxNumberSelect/class_faxNumberSelect.inc index f995d0d3f..257d1bf63 100644 --- a/gosa-plugins/gofax/gofax/faxaccount/faxNumberSelect/class_faxNumberSelect.inc +++ b/gosa-plugins/gofax/gofax/faxaccount/faxNumberSelect/class_faxNumberSelect.inc @@ -32,7 +32,7 @@ class faxNumberSelect 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")){ -- 2.30.2