From: Hypolite Petovan Date: Mon, 5 Feb 2018 00:29:39 +0000 (-0500) Subject: [tumblr] Replace bbcode function with BBCode method X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=36f964aacfa819aec684485ac86bd7cadae8abc2;p=friendica-addons.git [tumblr] Replace bbcode function with BBCode method --- diff --git a/tumblr/tumblr.php b/tumblr/tumblr.php index 8f258f56..2ba26afc 100644 --- a/tumblr/tumblr.php +++ b/tumblr/tumblr.php @@ -376,7 +376,7 @@ function tumblr_send(&$a,&$b) { if (isset($siteinfo["text"])) $body = $siteinfo["text"]; else - $body = bb_remove_share_information($b["body"]); + $body = BBCode::removeShareInformation($b["body"]); switch ($siteinfo["type"]) { case "photo":