X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=scripts%2Fhandlequeued.php;h=8158849695e92cad7664051cd6edabdd7414ea83;hb=267d7b6bffc2dc094d525c36e251adcb61be32ef;hp=9031437aac9439a1139ff3deaa30857c468ff5ae;hpb=c3188fd1fece2be7f7c4211d28f4a3d3a59c8fa1;p=quix0rs-gnu-social.git diff --git a/scripts/handlequeued.php b/scripts/handlequeued.php index 9031437aac..8158849695 100755 --- a/scripts/handlequeued.php +++ b/scripts/handlequeued.php @@ -50,7 +50,7 @@ if (empty($notice)) { exit(1); } -if (!$handler->handle_notice($notice)) { +if (!$handler->handle($notice)) { print "Failed to handle notice id $noticeId on queue '$queue'.\n"; exit(1); }