From: hickert Date: Wed, 3 Mar 2010 10:27:29 +0000 (+0000) Subject: fixed objectStorage settings X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4ac7546b387732fac9b0c92251a10318f24a1036;p=gosa.git fixed objectStorage settings git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@15894 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/systems/admin/systems/class_serverService.inc b/gosa-plugins/systems/admin/systems/class_serverService.inc index 39b8670f1..1755b44ab 100644 --- a/gosa-plugins/systems/admin/systems/class_serverService.inc +++ b/gosa-plugins/systems/admin/systems/class_serverService.inc @@ -62,7 +62,7 @@ class ServerService extends management } // Set storage points - We do not have any - We just create a fake list which lists all services - $this->storagePoints = array(); + $this->storagePoints = array(""); // Build filter if (session::global_is_set(get_class($this)."_filter")){