summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xxmppdaemon.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmppdaemon.php b/xmppdaemon.php
index bab614cb3..2fcd46eb8 100755
--- a/xmppdaemon.php
+++ b/xmppdaemon.php
@@ -202,7 +202,7 @@ class XMPPDaemon {
return;
}
$notice->query('COMMIT');
- common_broadcast_notice($notice);
+ common_real_broadcast($notice);
$this->log(LOG_INFO,
'Added notice ' . $notice->id . ' from user ' . $user->nickname);
}