Fixed jabber code broken in 3ef4f251ac
This commit is contained in:
parent
14afe2d268
commit
fc6b7e28d4
|
@ -179,7 +179,7 @@ function jabber_format_entry($profile, $notice)
|
|||
$xs->elementEnd('body');
|
||||
$xs->elementEnd('html');
|
||||
|
||||
$html = $xs->asString();
|
||||
$html = $xs->getString();
|
||||
|
||||
return $html . ' ' . $entry;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user