Code

Fixed typo in post event call.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 28 Apr 2010 12:07:28 +0000 (12:07 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 28 Apr 2010 12:07:28 +0000 (12:07 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17908 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/gofax/gofax/faxaccount/class_gofaxAccount.inc

index 51451f0890bdc12e04a0d5271ec66f53df64542b..ad0336098652919ab246c0cabae32f76cf5f15f8 100644 (file)
@@ -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));