]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fixup error
authorEvan Prodromou <evan@prodromou.name>
Fri, 18 Jul 2008 18:16:12 +0000 (14:16 -0400)
committerEvan Prodromou <evan@prodromou.name>
Fri, 18 Jul 2008 18:16:12 +0000 (14:16 -0400)
darcs-hash:20080718181612-84dde-4934733cdeeb331e2c71e14626dc6f6e51097824.gz

maildaemon.php

index 15a330f2d3d1fedd4fa3e601c2d5df3ab2f4961d..c99a3ee48fbe473b1854d4c5adc0ecbd11f9858c 100755 (executable)
@@ -151,7 +151,7 @@ class MailerDaemon {
        }
        
        function unsupported_type() {
-               $this->error("Unsupported message type");
+               $this->error(NULL, "Unsupported message type");
        }
 }