From ceb916cb2ec1f96eb7743ecaaf3563674255fb68 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 3 Mar 2010 10:31:15 +0000 Subject: [PATCH] Fixed storage points - to allow to list objects again git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15898 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-plugins/goto/admin/mimetypes/class_mimetypeManagement.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-plugins/goto/admin/mimetypes/class_mimetypeManagement.inc b/gosa-plugins/goto/admin/mimetypes/class_mimetypeManagement.inc index c7e4e1a19..4b2c0b572 100644 --- a/gosa-plugins/goto/admin/mimetypes/class_mimetypeManagement.inc +++ b/gosa-plugins/goto/admin/mimetypes/class_mimetypeManagement.inc @@ -44,7 +44,7 @@ class mimetypeManagement extends management $this->mime_release = get_ou('mimetypeRDN').$this->config->current['BASE']; $filter_xml = "mimetype-filter-release.xml"; $list_xml = "mimetype-list-release.xml"; - $this->storagePoints= array(); + $this->storagePoints= array(""); }else{ $filter_xml = "mimetype-filter.xml"; $list_xml = "mimetype-list.xml"; -- 2.39.5