summaryrefslogtreecommitdiff
path: root/maildaemon.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-07-18 14:16:12 -0400
committerEvan Prodromou <evan@prodromou.name>2008-07-18 14:16:12 -0400
commitde6867a07747831784dce49c50ff7cf86c04e449 (patch)
treefffd631b672c08a543533194aa071cc517b5a014 /maildaemon.php
parent61da69886ad02cdb39d2640be9ba50e85b9dfc17 (diff)
fixup error
darcs-hash:20080718181612-84dde-4934733cdeeb331e2c71e14626dc6f6e51097824.gz
Diffstat (limited to 'maildaemon.php')
-rwxr-xr-xmaildaemon.php2
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");
}
}