forked from friendica/friendica-addons
[pumpio] Update getShareOpeningTag::getShareOpeningTag method signature
This commit is contained in:
parent
c720acbd8d
commit
a786d34ad3
|
@ -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]";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue