From: Evan Prodromou Date: Mon, 21 Jul 2008 13:33:37 +0000 (-0400) Subject: maildaemon enqueues X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=627220c76acf4c2d7f4b8466e6268dd1104ea1d1;p=quix0rs-gnu-social.git maildaemon enqueues darcs-hash:20080721133337-84dde-ab0bb78d0dcb1c2d45c0dcc56f3b470ab55efb45.gz --- diff --git a/maildaemon.php b/maildaemon.php index 3f8d6a5b56..f6de49d8d3 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); }