summaryrefslogtreecommitdiff
path: root/modules/node/node.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/node/node.module')
-rw-r--r--modules/node/node.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/node.module b/modules/node/node.module
index 15985139e..ab1224348 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -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');