Code

Added checkboxes to filter
[gosa.git] / include / class_MultiSelectWindow.inc
index caf994ba6b247bd7d71a97d365f35657e1fc1d5c..9dd83864c87abca7542ae2ccb0f2686a501b7a49 100644 (file)
@@ -360,6 +360,11 @@ class MultiSelectWindow{
           Store data also into a session var, to keep the checkboxes check after reload  */
        function save_object()
        {
+    /* Get up to date config */
+    if(isset($this->parent->config)){
+      $this->config = $this->parent->config;
+    }
+
                /* Update current base */
                if($this->DepartmentsAdded){
                        $s_action ="";