From: hickert Date: Wed, 28 Apr 2010 12:07:28 +0000 (+0000) Subject: Fixed typo in post event call. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=da678da2f7c6d1e61c8f2efca564f04bf2549b20;p=gosa.git Fixed typo in post event call. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17908 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/gofax/gofax/faxaccount/class_gofaxAccount.inc b/gosa-plugins/gofax/gofax/faxaccount/class_gofaxAccount.inc index 51451f089..ad0336098 100644 --- a/gosa-plugins/gofax/gofax/faxaccount/class_gofaxAccount.inc +++ b/gosa-plugins/gofax/gofax/faxaccount/class_gofaxAccount.inc @@ -740,7 +740,7 @@ class gofaxAccount extends plugin /* Optionally execute a command after we're done */ if ($this->initially_was_account == $this->is_account){ if ($this->is_modified){ - $this->handle_post_events("mofidy",array("uid" => $this->uid)); + $this->handle_post_events("modify",array("uid" => $this->uid)); } } else { $this->handle_post_events("add",array("uid" => $this->uid));