Libertree: Added a parameter so that the bb2markdown conversion can differ from libertree to diaspora

This commit is contained in:
Michael Vogel 2012-07-15 13:41:01 +02:00
parent 95e6e5efd5
commit 341de3e5ba
1 changed files with 1 additions and 1 deletions

View File

@ -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))