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