forked from GNUsocial/gnu-social
Use outputTo() instead of asString() for including sub-elements
This commit is contained in:
@@ -570,7 +570,7 @@ class ActivityObject
|
||||
}
|
||||
|
||||
if (!empty($this->poco)) {
|
||||
$xo->raw($this->poco->asString());
|
||||
$this->poco->outputTo($xo);
|
||||
}
|
||||
|
||||
foreach ($this->extra as $el) {
|
||||
|
Reference in New Issue
Block a user