summaryrefslogtreecommitdiff
path: root/scripts/xmppqueuehandler.php
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/xmppqueuehandler.php')
-rwxr-xr-xscripts/xmppqueuehandler.php2
1 files changed, 1 insertions, 1 deletions
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() {