From c037a5083ca45738247bb250693f3e8fd08c5424 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 1 Jul 2014 18:38:44 -0700 Subject: optionally allow zrl usage from specific markdown sources --- mod/item.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/item.php') diff --git a/mod/item.php b/mod/item.php index ce43bdf96..c346389e7 100644 --- a/mod/item.php +++ b/mod/item.php @@ -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); } -- cgit v1.2.3