From: hickert Date: Wed, 28 Jul 2010 09:24:59 +0000 (+0000) Subject: Updated Postcreate/modify/remove handling for management classes X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9e2cfc863ce984156fc4d35545e5741255e85314;p=gosa.git Updated Postcreate/modify/remove handling for management classes git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19177 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_management.inc b/gosa-core/include/class_management.inc index 3d5e66134..48d1a5e03 100644 --- a/gosa-core/include/class_management.inc +++ b/gosa-core/include/class_management.inc @@ -971,7 +971,7 @@ class management function postcreate() { - $this->handle_post_events('create'); + $this->handle_post_events('add'); } function postmodify(){ $this->handle_post_events('modify');