From 71afb53de6de529b0c6d20f57bfdca7502d1b79a Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 14 Jul 2008 00:41:53 -0400 Subject: [PATCH] get the msg to format darcs-hash:20080714044153-84dde-8043ee7e32936f468b2cfa096a1a1846eddfba88.gz --- lib/jabber.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/jabber.php b/lib/jabber.php index e1167c580c..35ae07fece 100644 --- a/lib/jabber.php +++ b/lib/jabber.php @@ -90,6 +90,7 @@ function jabber_send_notice($to, $notice) { function jabber_format_entry($profile, $notice) { $noticeurl = common_local_url('shownotice', array('notice' => $notice->id)); + $msg = jabber_format_notice($profile, $notice); $entry = "\n"; $entry .= "\n"; $entry .= "" . $profile->nickname . " - " . common_config('site', 'name') . "\n";