mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
Merge remote-tracking branch 'upstream/develop' into write-tags
This commit is contained in:
commit
5367620467
8 changed files with 33 additions and 25 deletions
|
@ -1249,8 +1249,8 @@ class Item
|
|||
return;
|
||||
}
|
||||
|
||||
$xo = XML::parseString($item["object"], false);
|
||||
$xt = XML::parseString($item["target"], false);
|
||||
$xo = XML::parseString($item["object"]);
|
||||
$xt = XML::parseString($item["target"]);
|
||||
|
||||
if ($xt->type != Activity\ObjectType::NOTE) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue