diff --git a/admin/panels/entry/admin.entry.commedit.php b/admin/panels/entry/admin.entry.commedit.php index 9c63d35..fc5e93d 100644 --- a/admin/panels/entry/admin.entry.commedit.php +++ b/admin/panels/entry/admin.entry.commedit.php @@ -42,6 +42,7 @@ class admin_entry_commedit extends AdminPanelActionValidated { if ($this->nosuchcomment) return PANEL_REDIRECT_DEFAULT; $comment = comment_parse($_REQUEST['entry'],$_REQUEST['comment']); + if (isset($comment['loggedin'])) $content['loggedin'] = $comment['loggedin']; $content['ip-address'] = $comment['ip-address']; $content['date'] = $comment['date']; $success = comment_save($_REQUEST['entry'], $content);