diff --git a/maildaemon.php b/maildaemon.php index 15a330f2d3..c99a3ee48f 100755 --- a/maildaemon.php +++ b/maildaemon.php @@ -151,7 +151,7 @@ class MailerDaemon { } function unsupported_type() { - $this->error("Unsupported message type"); + $this->error(NULL, "Unsupported message type"); } }