diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-18 14:16:12 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-18 14:16:12 -0400 |
commit | de6867a07747831784dce49c50ff7cf86c04e449 (patch) | |
tree | fffd631b672c08a543533194aa071cc517b5a014 | |
parent | 61da69886ad02cdb39d2640be9ba50e85b9dfc17 (diff) |
fixup error
darcs-hash:20080718181612-84dde-4934733cdeeb331e2c71e14626dc6f6e51097824.gz
-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"); } } |