Code

Added checkboxes to filter
[gosa.git] / 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){