- Patch #57015 by chx: return to the proper pages after deleting a node.

5.x
Dries Buytaert 2006-10-23 06:31:37 +00:00
parent 905a679c55
commit 3fa98c797d
1 changed files with 1 additions and 1 deletions

View File

@ -2180,7 +2180,7 @@ function node_delete_confirm_submit($form_id, $form_values) {
node_delete($form_values['nid']);
}
return '';
return '<front>';
}
/**