Code

Updated error handling
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 19 Apr 2011 13:57:06 +0000 (13:57 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 19 Apr 2011 13:57:06 +0000 (13:57 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20751 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto-ng/admin/newConfigManagement/class_newConfigManagement.inc

index aa241cd32847faea3a8e471cb71c5c39cefa4716..530e9a2c3861493f48c68cbb97ecf1d0386ce874 100644 (file)
@@ -87,6 +87,7 @@ class newConfigManagement extends plugin
         if($success){
             $this->initialized = TRUE;
             $this->listing->setListingTypes($this->getListingTypes());
+            $this->setCurrentContainer('/root');
         }
     }