From 5f8bab87e17b44dc713f8bda46a8d63488500587 Mon Sep 17 00:00:00 2001 From: Neil Drumm Date: Wed, 7 Nov 2007 08:03:30 +0000 Subject: [PATCH] #93425 by bjaspan: remove pre-Drupal 4.6 era destination handling cruft carried over in comment module --- modules/comment/comment.module | 4 ---- 1 file changed, 4 deletions(-) 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']); }