include namespaces in posted activities in notifyActivity()

This commit is contained in:
Evan Prodromou 2010-02-21 16:23:55 -05:00
parent ab3db8c899
commit 10f6c023f4

View File

@ -361,7 +361,7 @@ class Ostatus_profile extends Memcached_DataObject
{
if ($this->salmonuri) {
$xml = $activity->asString();
$xml = $activity->asString(true);
$salmon = new Salmon(); // ?