mirror of
https://github.com/friendica/friendica
synced 2025-04-26 15:50:10 +00: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
|
@ -1405,8 +1405,8 @@ class Transmitter
|
|||
*/
|
||||
private static function createAddTag($item, $data)
|
||||
{
|
||||
$object = XML::parseString($item['object'], false);
|
||||
$target = XML::parseString($item["target"], false);
|
||||
$object = XML::parseString($item['object']);
|
||||
$target = XML::parseString($item["target"]);
|
||||
|
||||
$data['diaspora:guid'] = $item['guid'];
|
||||
$data['actor'] = $item['author-link'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue