summaryrefslogtreecommitdiff
path: root/lib/jabber.php
diff options
context:
space:
mode:
authorCiaranG <ciaran@ciarang.com>2009-03-23 22:45:03 +0000
committerCiaranG <ciaran@ciarang.com>2009-03-23 22:45:03 +0000
commitfc6b7e28d46dea9526fbda0c56747dd2d4d960e9 (patch)
tree1f0039fb4d8f499100b6bd86e377e26001bd1d11 /lib/jabber.php
parent14afe2d26874ed30a0ccef5e0acda2c5171afcde (diff)
Fixed jabber code broken in 3ef4f251acbe8ebdfd9d7f1ea43b7344b7332b73
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;
}