Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
3fa98c79
Commit
3fa98c79
authored
Oct 23, 2006
by
Dries
Browse files
- Patch
#57015
by chx: return to the proper pages after deleting a node.
parent
905a679c
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/node/node.module
View file @
3fa98c79
...
...
@@ -2180,7 +2180,7 @@ function node_delete_confirm_submit($form_id, $form_values) {
node_delete
(
$form_values
[
'nid'
]);
}
return
''
;
return
'
<front>
'
;
}
/**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment