This commit is contained in:
redmatrix
2016-08-21 16:26:30 -07:00
parent 4cf172d46f
commit 4d34d9c032
2 changed files with 3 additions and 1 deletions

View File

@@ -126,6 +126,7 @@ class Rpost extends \Zotlabs\Web\Controller {
'source' => ((x($_REQUEST,'source')) ? strip_tags($_REQUEST['source']) : ''),
'return_path' => 'rpost/return',
'bbco_autocomplete' => 'bbcode',
'editor_autocomplete'=> true,
'bbcode' => true
);