Merge branch 'master' into dev

This commit is contained in:
Mario Vavti 2016-04-18 10:57:20 +02:00
commit ca59ecd107

View file

@ -119,7 +119,9 @@ function rpost_content(&$a) {
'body' => $_REQUEST['body'], 'body' => $_REQUEST['body'],
'attachment' => $_REQUEST['attachment'], 'attachment' => $_REQUEST['attachment'],
'source' => ((x($_REQUEST,'source')) ? strip_tags($_REQUEST['source']) : ''), '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); $editor = status_editor($a,$x);