Code

fixed post action calls
[gosa.git] / gosa-plugins / gofon / gofon / conference / class_phoneConferenceGeneric.inc
index 045feb5ed571beb617b9caf03a50551f72c9ec57..398ec4738f66f5b8ad6a8f6c0f56705ae38ab9d5 100644 (file)
@@ -765,7 +765,7 @@ class conference extends plugin
     }
 
     /* Optionally execute a command after we're done */
-    $this->postcreate();
+    $this->handle_post_events("add");
   }