]> git.mxchange.org Git - friendica-addons.git/blobdiff - tumblr/tumblr.php
[tumblr] Replace bbcode function with BBCode method
[friendica-addons.git] / tumblr / tumblr.php
index 8f258f56f324064342e9219370fe0f88521aa83a..2ba26afc7f70a7c788ba1b452dae947fa1a824d2 100644 (file)
@@ -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":