include namespaces in posted activities in notifyActivity()
This commit is contained in:
parent
ab3db8c899
commit
10f6c023f4
|
@ -361,7 +361,7 @@ class Ostatus_profile extends Memcached_DataObject
|
||||||
{
|
{
|
||||||
if ($this->salmonuri) {
|
if ($this->salmonuri) {
|
||||||
|
|
||||||
$xml = $activity->asString();
|
$xml = $activity->asString(true);
|
||||||
|
|
||||||
$salmon = new Salmon(); // ?
|
$salmon = new Salmon(); // ?
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user