diff options
-rwxr-xr-x | maildaemon.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maildaemon.php b/maildaemon.php index 15a330f2d..c99a3ee48 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"); } } |