From bde82abd58ab36668d237b2712223b61b97eba1c Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 28 Jul 2010 09:55:35 +0000 Subject: [PATCH] fixed post action calls git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@19180 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/plugins/admin/departments/class_department.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gosa-core/plugins/admin/departments/class_department.inc b/gosa-core/plugins/admin/departments/class_department.inc index bdf658aab..5a43ad358 100644 --- a/gosa-core/plugins/admin/departments/class_department.inc +++ b/gosa-core/plugins/admin/departments/class_department.inc @@ -481,9 +481,9 @@ class department extends plugin $this->tag_objects(true); /* Optionally execute a command after we're done */ - $this->postcreate(); + $this->handle_post_events("add",array("uid" => $this->uid)); return(false); - } + } /* Tag objects to have the gosaAdministrativeUnitTag */ -- 2.30.2