From: hickert Date: Thu, 22 Jun 2006 07:35:16 +0000 (+0000) Subject: PHP4 fix X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1a98023ae8d457bf7805bb6ac132a08e5085f812;p=gosa.git PHP4 fix git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3866 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/departments/tabs_department.inc b/plugins/admin/departments/tabs_department.inc index 794a0ef13..e1b7b98d0 100644 --- a/plugins/admin/departments/tabs_department.inc +++ b/plugins/admin/departments/tabs_department.inc @@ -30,7 +30,8 @@ class deptabs extends tabs 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; } }