From 341de3e5babdfa34ef8514bc03618a9978386fda Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Sun, 15 Jul 2012 13:41:01 +0200 Subject: [PATCH] Libertree: Added a parameter so that the bb2markdown conversion can differ from libertree to diaspora --- libertree/libertree.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))