aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
Diffstat (limited to 'mod')
-rw-r--r--mod/item.php2
1 files changed, 1 insertions, 1 deletions
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);
}