From cde3bc585fd7763a4840fc865f1cc4164c22293e Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 27 Aug 2008 21:10:02 -0400 Subject: return correct values for success in handling messages darcs-hash:20080828011002-84dde-8099da64841ab137e915249025857f34084c0f34.gz --- scripts/xmppqueuehandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/xmppqueuehandler.php') diff --git a/scripts/xmppqueuehandler.php b/scripts/xmppqueuehandler.php index e6f5368f4..8fe8b1360 100755 --- a/scripts/xmppqueuehandler.php +++ b/scripts/xmppqueuehandler.php @@ -46,7 +46,7 @@ class XmppQueueHandler extends QueueHandler { } function handle_notice($notice) { - jabber_broadcast_notice($notice); + return jabber_broadcast_notice($notice); } function finish() { -- cgit v1.2.3-54-g00ecf