[pumpio] Update getShareOpeningTag::getShareOpeningTag method signature

pull/990/head
Hypolite Petovan 2020-06-21 09:50:01 -04:00
parent c720acbd8d
commit a786d34ad3
1 changed files with 1 additions and 2 deletions

View File

@ -1278,8 +1278,7 @@ function pumpio_dopost(App $a, $client, $uid, $self, $post, $own_id, $threadcomp
}
$postarray['body'] = Friendica\Content\Text\BBCode::getShareOpeningTag($share_author, $post->object->author->url,
$post->object->author->image->url, "",
$created, $post->links->self->href).
$post->object->author->image->url, $post->links->self->href, $created) .
$postarray['body']."[/share]";
}