get the msg to format
darcs-hash:20080714044153-84dde-8043ee7e32936f468b2cfa096a1a1846eddfba88.gz
This commit is contained in:
parent
df126bf538
commit
71afb53de6
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue
Block a user