Code

Fixed config bug
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 28 Jun 2006 12:06:42 +0000 (12:06 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 28 Jun 2006 12:06:42 +0000 (12:06 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3963 594d385d-05f5-0310-b6e9-bd551577e9d8

include/class_MultiSelectWindow.inc

index 0697fc4f965add55fb5fbde1647219026cc693e5..9dd83864c87abca7542ae2ccb0f2686a501b7a49 100644 (file)
@@ -361,7 +361,9 @@ class MultiSelectWindow{
        function save_object()
        {
     /* Get up to date config */
-    $this->config = $this->parent->config;
+    if(isset($this->parent->config)){
+      $this->config = $this->parent->config;
+    }
 
                /* Update current base */
                if($this->DepartmentsAdded){