From: Hypolite Petovan Date: Sun, 21 Jun 2020 13:50:01 +0000 (-0400) Subject: [pumpio] Update getShareOpeningTag::getShareOpeningTag method signature X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a786d34ad356530d5fc9e9895b198de655b55f29;p=friendica-addons.git [pumpio] Update getShareOpeningTag::getShareOpeningTag method signature --- diff --git a/pumpio/pumpio.php b/pumpio/pumpio.php index 187d08d4..87e3344d 100644 --- a/pumpio/pumpio.php +++ b/pumpio/pumpio.php @@ -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]"; }