From: Michael Vogel Date: Sun, 15 Jul 2012 11:41:01 +0000 (+0200) Subject: Libertree: Added a parameter so that the bb2markdown conversion can differ from liber... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=341de3e5babdfa34ef8514bc03618a9978386fda;p=friendica-addons.git Libertree: Added a parameter so that the bb2markdown conversion can differ from libertree to diaspora --- diff --git a/libertree/libertree.php b/libertree/libertree.php index fcd0fa5c..4141d8b6 100755 --- a/libertree/libertree.php +++ b/libertree/libertree.php @@ -188,7 +188,7 @@ function libertree_send(&$a,&$b) { } while ($oldbody != $body); // convert to markdown - $body = bb2diaspora($body); + $body = bb2diaspora($body, false, false); // Adding the title if(strlen($title))