optionally allow zrl usage from specific markdown sources

This commit is contained in:
friendica
2014-07-01 18:38:44 -07:00
parent fc69220b94
commit c037a5083c
3 changed files with 19 additions and 12 deletions

View File

@@ -424,7 +424,7 @@ function item_post(&$a) {
if(local_user() && local_user() == $profile_uid && get_pconfig(local_user(),'editor','use_markdown')) {
require_once('include/bb2diaspora.php');
$body = diaspora2bb($body);
$body = diaspora2bb($body,true);
}