From: hickert Date: Tue, 27 Jun 2006 09:18:18 +0000 (+0000) Subject: Fixed new department problem. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=80c40c6d11df4b3a2d935feac0b723c017ffd935;p=gosa.git Fixed new department problem. New departments wasn't useable via Multiselect lists. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3934 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/class_MultiSelectWindow.inc b/include/class_MultiSelectWindow.inc index caf994ba6..0697fc4f9 100644 --- a/include/class_MultiSelectWindow.inc +++ b/include/class_MultiSelectWindow.inc @@ -360,6 +360,9 @@ class MultiSelectWindow{ Store data also into a session var, to keep the checkboxes check after reload */ function save_object() { + /* Get up to date config */ + $this->config = $this->parent->config; + /* Update current base */ if($this->DepartmentsAdded){ $s_action ="";