From da678da2f7c6d1e61c8f2efca564f04bf2549b20 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 28 Apr 2010 12:07:28 +0000 Subject: [PATCH] Fixed typo in post event call. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17908 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-plugins/gofax/gofax/faxaccount/class_gofaxAccount.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.30.2