Code

fixed objectStorage settings
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 3 Mar 2010 10:27:27 +0000 (10:27 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 3 Mar 2010 10:27:27 +0000 (10:27 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@15893 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/applications/class_applicationManagement.inc

index 90a60d741fa8c797e2927e9a3cb89d0b100fcfb2..43ec0c5bbd1921be09c5bf4030b47bd07970fc18 100644 (file)
@@ -44,7 +44,7 @@ class applicationManagement extends management
       $this->app_release = get_ou('applicationRDN').$this->config->current['BASE'];
       $filter_xml = "application-filter-release.xml";
       $list_xml = "application-list-release.xml";
-      $this->storagePoints= array();
+      $this->storagePoints= array("");
     }else{
       $filter_xml = "application-filter.xml";
       $list_xml = "application-list.xml";