Wasn't putting in namespaces for reply salmons

This commit is contained in:
Evan Prodromou 2010-02-21 22:38:18 -05:00
parent a0b64663be
commit de522d7978
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ class OStatusPlugin extends Plugin
// FIXME: this needs to go out in a queue handler
$xml = '<?xml version="1.0" encoding="UTF-8" ?>';
$xml .= $notice->asAtomEntry();
$xml .= $notice->asAtomEntry(true, true);
$salmon = new Salmon();
$salmon->post($oprofile->salmonuri, $xml);