fixup error

darcs-hash:20080718181612-84dde-4934733cdeeb331e2c71e14626dc6f6e51097824.gz
This commit is contained in:
Evan Prodromou 2008-07-18 14:16:12 -04:00
parent 61da69886a
commit de6867a077
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ class MailerDaemon {
}
function unsupported_type() {
$this->error("Unsupported message type");
$this->error(NULL, "Unsupported message type");
}
}