Code

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

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");
   }