X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fshare.php;h=a8ac3bd8b57a796b88a6044458849c04d70f2648;hb=b79bb0d2cb3e6da43d7e6296f5afa29987be88e4;hp=fe4b7bfe7fc9ce342fc41ad768d3f592a7eeae6d;hpb=b9117ceddce749422d00a8a47611d6fd8fdbd13a;p=friendica.git diff --git a/mod/share.php b/mod/share.php index fe4b7bfe7f..a8ac3bd8b5 100644 --- a/mod/share.php +++ b/mod/share.php @@ -43,7 +43,7 @@ function share_init(App $a) { $pos = strpos($item['body'], "[share"); $o = substr($item['body'], $pos); } else { - $o = BBCode::getShareOpeningTag($item['author-name'], $item['author-link'], $item['author-avatar'], $item['guid'], $item['created'], $item['plink']); + $o = BBCode::getShareOpeningTag($item['author-name'], $item['author-link'], $item['author-avatar'], $item['plink'], $item['created'], $item['guid']); if ($item['title']) { $o .= '[h3]'.$item['title'].'[/h3]'."\n";