summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d1ff720)
raw | patch | inline | side by side (parent: d1ff720)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 May 2010 13:33:35 +0000 (13:33 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 May 2010 13:33:35 +0000 (13:33 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18283 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/gofax/gofax/faxaccount/faxNumberSelect/class_faxNumberSelect.inc | patch | blob | history |
diff --git a/gosa-plugins/gofax/gofax/faxaccount/faxNumberSelect/class_faxNumberSelect.inc b/gosa-plugins/gofax/gofax/faxaccount/faxNumberSelect/class_faxNumberSelect.inc
index f995d0d3f992cc8b6760ae39e5f1ea62663dda7a..257d1bf635353d93262f1f3cb43e61780ba1ef85 100644 (file)
$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")){