diff options
author | zotlabs <mike@macgirvin.com> | 2017-01-05 12:17:36 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-01-05 12:17:36 -0800 |
commit | ec18c3770bd1ff444713c94f8405b75692848274 (patch) | |
tree | 67de268ba0d99225a7854057b9596a503792047e /Zotlabs | |
parent | 982b596fa465fce3477decc5d19763c76425e2f7 (diff) | |
download | volse-hubzilla-ec18c3770bd1ff444713c94f8405b75692848274.tar.gz volse-hubzilla-ec18c3770bd1ff444713c94f8405b75692848274.tar.bz2 volse-hubzilla-ec18c3770bd1ff444713c94f8405b75692848274.zip |
issue #639, voting setting is lost after post is edited (also the disabling of comments)
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Module/Editpost.php | 1 |
1 files changed, 1 insertions, 0 deletions
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'], |