aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-04-18 10:57:20 +0200
committerMario Vavti <mario@mariovavti.com>2016-04-18 10:57:20 +0200
commitca59ecd107f3499fdaa0677b2981b055480c3cae (patch)
treec5a731aede2569f9c4f8b1bec523ff416a7e6417
parenta9f68e4d2ac9b585b09b29c2663709e6d42c286c (diff)
parentf761ea5fc91175716e0141c54e8fcfcbf719e62c (diff)
downloadvolse-hubzilla-ca59ecd107f3499fdaa0677b2981b055480c3cae.tar.gz
volse-hubzilla-ca59ecd107f3499fdaa0677b2981b055480c3cae.tar.bz2
volse-hubzilla-ca59ecd107f3499fdaa0677b2981b055480c3cae.zip
Merge branch 'master' into dev
-rw-r--r--mod/rpost.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/mod/rpost.php b/mod/rpost.php
index 69b8c7b7e..3e036cac6 100644
--- a/mod/rpost.php
+++ b/mod/rpost.php
@@ -119,7 +119,9 @@ function rpost_content(&$a) {
'body' => $_REQUEST['body'],
'attachment' => $_REQUEST['attachment'],
'source' => ((x($_REQUEST,'source')) ? strip_tags($_REQUEST['source']) : ''),
- 'return_path' => 'rpost/return'
+ 'return_path' => 'rpost/return',
+ 'bbco_autocomplete' => 'bbcode',
+ 'bbcode' => true
);
$editor = status_editor($a,$x);