From: CiaranG Date: Mon, 23 Mar 2009 22:45:03 +0000 (+0000) Subject: Fixed jabber code broken in 3ef4f251acbe8ebdfd9d7f1ea43b7344b7332b73 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fc6b7e28d46dea9526fbda0c56747dd2d4d960e9;p=quix0rs-gnu-social.git Fixed jabber code broken in 3ef4f251acbe8ebdfd9d7f1ea43b7344b7332b73 --- diff --git a/lib/jabber.php b/lib/jabber.php index 9108d1c478..7d584ad016 100644 --- a/lib/jabber.php +++ b/lib/jabber.php @@ -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; }