From: hickert Date: Wed, 28 Jul 2010 09:55:42 +0000 (+0000) Subject: fixed post action calls X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0c5bd17d045286138a8d1cd897d5f41cf60519e5;p=gosa.git fixed post action calls git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@19183 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/gofon/gofon/conference/class_phoneConferenceGeneric.inc b/gosa-plugins/gofon/gofon/conference/class_phoneConferenceGeneric.inc index 045feb5ed..398ec4738 100644 --- a/gosa-plugins/gofon/gofon/conference/class_phoneConferenceGeneric.inc +++ b/gosa-plugins/gofon/gofon/conference/class_phoneConferenceGeneric.inc @@ -765,7 +765,7 @@ class conference extends plugin } /* Optionally execute a command after we're done */ - $this->postcreate(); + $this->handle_post_events("add"); }