aboutsummaryrefslogtreecommitdiffstats
path: root/mod/rpost.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-04-18 10:56:51 +0200
committerMario Vavti <mario@mariovavti.com>2016-04-18 10:56:51 +0200
commitf761ea5fc91175716e0141c54e8fcfcbf719e62c (patch)
tree12d7b59f13e00bd1452159c8bda655e25a1d9120 /mod/rpost.php
parentf12af172386d719138d294d756223f1e72cfc0fd (diff)
downloadvolse-hubzilla-f761ea5fc91175716e0141c54e8fcfcbf719e62c.tar.gz
volse-hubzilla-f761ea5fc91175716e0141c54e8fcfcbf719e62c.tar.bz2
volse-hubzilla-f761ea5fc91175716e0141c54e8fcfcbf719e62c.zip
fix rpost bbcode buttons and autocomplete
Diffstat (limited to 'mod/rpost.php')
-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);