summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmaildaemon.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/maildaemon.php b/maildaemon.php
index 3f8d6a5b5..f6de49d8d 100755
--- a/maildaemon.php
+++ b/maildaemon.php
@@ -143,7 +143,7 @@ class MailerDaemon {
}
$notice->query('COMMIT');
common_save_replies($notice);
- common_real_broadcast($notice);
+ common_broadcast_notice($notice);
$this->log(LOG_INFO,
'Added notice ' . $notice->id . ' from user ' . $user->nickname);
}