Merge branch 'dev' of https://github.com/git-marijus/hubzilla into git-marijus-dev

This commit is contained in:
redmatrix
2016-08-21 16:33:59 -07:00
10 changed files with 125 additions and 103 deletions

View File

@@ -127,7 +127,9 @@ class Rpost extends \Zotlabs\Web\Controller {
'return_path' => 'rpost/return',
'bbco_autocomplete' => 'bbcode',
'editor_autocomplete'=> true,
'bbcode' => true
'bbcode' => true,
'jotnets' => true
);
$editor = status_editor($a,$x);