summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 10a7fe4)
raw | patch | inline | side by side (parent: 10a7fe4)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 22 Jun 2006 07:35:16 +0000 (07:35 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 22 Jun 2006 07:35:16 +0000 (07:35 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3866 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/departments/tabs_department.inc | patch | blob | history |
diff --git a/plugins/admin/departments/tabs_department.inc b/plugins/admin/departments/tabs_department.inc
index 794a0ef130ef6feef12de91fb854bcf3543d6c35..e1b7b98d0684c1eac510e48a6fac2e5d665f954f 100644 (file)
print_red(_("Try to move tree failed. Destination tree is subtree of source tree."));
}else{
/* Prepare to be moved */
- $baseobject->recursive_move($this->dn, $new_dn);
+ $baseobject->recursive_move($this->dn, $new_dn);
+ $this->by_object['department'] = $baseobject;
return;
}
}