From: Hypolite Petovan Date: Thu, 18 Jun 2020 15:25:14 +0000 (-0400) Subject: [pumpio] Replace share_header calls with BBCode::getShareOpeningTag X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e5d3bab855ce68b5f35be27cf44585b0bb5b46e0;p=friendica-addons.git [pumpio] Replace share_header calls with BBCode::getShareOpeningTag --- diff --git a/pumpio/pumpio.php b/pumpio/pumpio.php index 42346fa4..187d08d4 100644 --- a/pumpio/pumpio.php +++ b/pumpio/pumpio.php @@ -1277,7 +1277,7 @@ function pumpio_dopost(App $a, $client, $uid, $self, $post, $own_id, $threadcomp $created = ''; } - $postarray['body'] = share_header($share_author, $post->object->author->url, + $postarray['body'] = Friendica\Content\Text\BBCode::getShareOpeningTag($share_author, $post->object->author->url, $post->object->author->image->url, "", $created, $post->links->self->href). $postarray['body']."[/share]";