summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-07-21 09:33:37 -0400
committerEvan Prodromou <evan@prodromou.name>2008-07-21 09:33:37 -0400
commit627220c76acf4c2d7f4b8466e6268dd1104ea1d1 (patch)
treefda1e3027075999c56ff61d25bd702a670d94855
parentdf386be05a92f219110058473405578d0e1b3623 (diff)
maildaemon enqueues
darcs-hash:20080721133337-84dde-ab0bb78d0dcb1c2d45c0dcc56f3b470ab55efb45.gz
-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);
}