summaryrefslogtreecommitdiff
path: root/modules/node/node.pages.inc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/node/node.pages.inc')
-rw-r--r--modules/node/node.pages.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/node.pages.inc b/modules/node/node.pages.inc
index 276a2dd86..adb5f2da3 100644
--- a/modules/node/node.pages.inc
+++ b/modules/node/node.pages.inc
@@ -462,7 +462,7 @@ function node_delete_confirm($form, &$form_state, $node) {
return confirm_form($form,
t('Are you sure you want to delete %title?', array('%title' => $node->title[FIELD_LANGUAGE_NONE][0]['value'])),
- isset($_GET['destination']) ? $_GET['destination'] : 'node/' . $node->nid,
+ 'node/' . $node->nid,
t('This action cannot be undone.'),
t('Delete'),
t('Cancel')