From ec18c3770bd1ff444713c94f8405b75692848274 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Thu, 5 Jan 2017 12:17:36 -0800 Subject: issue #639, voting setting is lost after post is edited (also the disabling of comments) --- Zotlabs/Module/Editpost.php | 1 + 1 file changed, 1 insertion(+) (limited to 'Zotlabs') diff --git a/Zotlabs/Module/Editpost.php b/Zotlabs/Module/Editpost.php index 5c04653b8..d7612b165 100644 --- a/Zotlabs/Module/Editpost.php +++ b/Zotlabs/Module/Editpost.php @@ -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'], -- cgit v1.2.3