From: hickert Date: Wed, 28 Oct 2009 17:23:39 +0000 (+0000) Subject: Removed storage point selection X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=fa02b6aa4eb1708fca1d6be6c265a61c970b13a6;p=gosa.git Removed storage point selection git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14690 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/admin/departments/class_departmentManagement.inc b/gosa-core/plugins/admin/departments/class_departmentManagement.inc index 3d8d82a0c..2cd9da56d 100644 --- a/gosa-core/plugins/admin/departments/class_departmentManagement.inc +++ b/gosa-core/plugins/admin/departments/class_departmentManagement.inc @@ -38,14 +38,11 @@ class departmentManagement extends management $this->config = $config; $this->ui = $ui; - $this->storagePoints = array(""); - // Build filter if (session::global_is_set(get_class($this)."_filter")){ $filter= session::global_get(get_class($this)."_filter"); } else { $filter = new filter(get_template_path("dep-filter.xml", true)); - $filter->setObjectStorage($this->storagePoints); } // Build headpage