Code

Updated table summary
[gosa.git] / gosa-plugins / goto / admin / applications / class_applicationManagement.inc
index 50422805d7895853c4f756ddb570c0cde5971478..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";
@@ -91,10 +91,10 @@ class applicationManagement extends management
       }
       $headpage->setBase($this->app_release);
     }
+
     $headpage->update();
     $display = $headpage->render();
     return($this->getHeader().$display);
-
   }
 
   function getReleaseList($base = "", $prefix ="")