summaryrefslogtreecommitdiff
path: root/maildaemon.php
diff options
context:
space:
mode:
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");
}
}