issue #639, voting setting is lost after post is edited (also the disabling of comments)

This commit is contained in:
zotlabs
2017-01-05 12:17:36 -08:00
parent 982b596fa4
commit ec18c3770b
2 changed files with 3 additions and 2 deletions

View File

@@ -78,6 +78,7 @@ class Editpost extends \Zotlabs\Web\Controller {
$x = array(
'nickname' => $channel['channel_address'],
'item' => $itm[0],
'editor_autocomplete'=> true,
'bbco_autocomplete'=> 'bbcode',
'return_path' => $_SESSION['return_url'],