From 9e2cfc863ce984156fc4d35545e5741255e85314 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 28 Jul 2010 09:24:59 +0000 Subject: [PATCH] Updated Postcreate/modify/remove handling for management classes git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19177 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_management.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- 2.30.2