Code

fixed post action calls
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 28 Jul 2010 09:55:40 +0000 (09:55 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 28 Jul 2010 09:55:40 +0000 (09:55 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@19182 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/samba/admin/systems/samba/class_winGeneric.inc

index d405483308ca2c20c7b2a570889c5349c7963ca4..c214197b14f63f402421d810b1e4041cf01aff50 100644 (file)
@@ -301,7 +301,7 @@ class wingeneric extends plugin
     $this->netConfigDNS->save();
 
     /* Optionally execute a command after we're done */
-    $this->postcreate();
+    $this->handle_post_events("add");
   }
 
   /* Return plugin informations for acl handling