Code

Added printer patch
[gosa.git] / plugins / admin / systems / class_servDB.inc
index 6d4e25bc79449849a299a29c62723b6bebefe22c..cd716eaf154f6fa6c5743d3fb60c9c8b83dd83f4 100644 (file)
@@ -247,7 +247,7 @@ class servdb 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("mofify");
+        $this->handle_post_events("modify");
       }
     } else {
       $this->handle_post_events("add");