Libertree: Added a parameter so that the bb2markdown conversion can differ from liber...
authorMichael Vogel <icarus@dabo.de>
Sun, 15 Jul 2012 11:41:01 +0000 (13:41 +0200)
committerMichael Vogel <icarus@dabo.de>
Sun, 15 Jul 2012 11:41:01 +0000 (13:41 +0200)
libertree/libertree.php

index fcd0fa5ce5590a6daf21a445280e590bfc01d44d..4141d8b65619e3852eabd3f95e286827c20876c3 100755 (executable)
@@ -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))