- Patch #80902 by asimmonds: fixed delting of multiple nodes.

5.x
Dries Buytaert 2006-08-28 09:42:22 +00:00
parent 3c30ae6715
commit 16e19a71c2
1 changed files with 1 additions and 1 deletions

View File

@ -1428,7 +1428,7 @@ function node_admin_content() {
$output = drupal_get_form('node_filter_form');
if ($_POST['edit']['operation'] == 'delete' && $_POST['edit']['nodes']) {
return node_multiple_delete_confirm();
return drupal_get_form('node_multiple_delete_confirm');
}
// Call the form first, to allow for the form_values array to be populated.
$output .= drupal_get_form('node_admin_nodes');