summaryrefslogtreecommitdiff
path: root/lib/jabber.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-03-24 10:40:41 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-03-24 10:40:41 -0400
commit66a2f4c64b8cf9949503f992ce8571244e213bab (patch)
tree70a9d266f26b8cac38755267eb6bb3798a43e262 /lib/jabber.php
parent51d8b5d568027c89006073aa98f2afae7e871873 (diff)
parent88269b288a2b62543cf867d92b6e7cc41d44b922 (diff)
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Diffstat (limited to 'lib/jabber.php')
-rw-r--r--lib/jabber.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/jabber.php b/lib/jabber.php
index 9108d1c47..7d584ad01 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;
}