summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/jabber.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/jabber.php b/lib/jabber.php
index e1167c580..35ae07fec 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 = "<entry xmlns=\'http://www.w3.org/2005/Atom\'>\n";
$entry .= "<source>\n";
$entry .= "<title>" . $profile->nickname . " - " . common_config('site', 'name') . "</title>\n";