Code

Updated Postcreate/modify/remove handling for management classes
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 28 Jul 2010 09:24:59 +0000 (09:24 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 28 Jul 2010 09:24:59 +0000 (09:24 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19177 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_management.inc

index 3d5e66134b5d3c28f8fc7c76ce0e8345aa8e88bf..48d1a5e03df370c4f77397802688d9515e35dc49 100644 (file)
@@ -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');