From de6867a07747831784dce49c50ff7cf86c04e449 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 18 Jul 2008 14:16:12 -0400 Subject: [PATCH] fixup error darcs-hash:20080718181612-84dde-4934733cdeeb331e2c71e14626dc6f6e51097824.gz --- maildaemon.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } }