summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 23e48f8)
raw | patch | inline | side by side (parent: 23e48f8)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 28 Jul 2010 09:55:35 +0000 (09:55 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 28 Jul 2010 09:55:35 +0000 (09:55 +0000) |
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 | patch | blob | history |
diff --git a/gosa-core/plugins/admin/departments/class_department.inc b/gosa-core/plugins/admin/departments/class_department.inc
index bdf658aab0de4f9ddbab1c229fd0c9ceac06d979..5a43ad358f4d9bddbfe83b35fae7fc82119c4145 100644 (file)
$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 */