summaryrefslogtreecommitdiff
path: root/modules/node/node.admin.inc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/node/node.admin.inc')
-rw-r--r--modules/node/node.admin.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/node/node.admin.inc b/modules/node/node.admin.inc
index 3697b17c3..0c34f1b41 100644
--- a/modules/node/node.admin.inc
+++ b/modules/node/node.admin.inc
@@ -375,12 +375,12 @@ function node_mass_update($nodes, $updates) {
'error_message' => t('The update has encountered an error.'),
// The operations do not live in the .module file, so we need to
// tell the batch engine which file to load before calling them.
- 'file' => drupal_get_path('module', 'node'). '/node.admin.inc',
+ 'file' => drupal_get_path('module', 'node') .'/node.admin.inc',
);
batch_set($batch);
}
else {
- foreach($nodes as $nid) {
+ foreach ($nodes as $nid) {
_node_mass_update_helper($nid, $updates);
}
drupal_set_message(t('The update has been performed.'));