diff --git a/modules/comment/comment.module b/modules/comment/comment.module index e1c11758da9..11d79383bb3 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -1566,10 +1566,6 @@ function comment_form($edit, $title = NULL) { $form['#after_build'] = array('comment_form_add_preview'); } - if ($_REQUEST['destination']) { - $form['#attributes']['destination'] = $_REQUEST['destination']; - } - if (empty($edit['cid']) && empty($edit['pid'])) { $form['#action'] = url('comment/reply/'. $edit['nid']); }