summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a684703)
raw | patch | inline | side by side (parent: a684703)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 28 Jun 2006 12:06:42 +0000 (12:06 +0000) | ||
committer | hickert <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 | patch | blob | history |
index 0697fc4f965add55fb5fbde1647219026cc693e5..9dd83864c87abca7542ae2ccb0f2686a501b7a49 100644 (file)
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){