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 a318e5d6d..95df179af 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -1150,7 +1150,7 @@ function node_admin_nodes() {
$form['operations'][$node->nid] = array('#value' => l(t('edit'), 'node/'. $node->nid .'/edit', array(), $destination));
}
$form['nodes'] = array('#type' => 'checkboxes', '#options' => $nodes);
- $form['pager'] = array('value' => theme('pager', NULL, 50, 0));
+ $form['pager'] = array('#value' => theme('pager', NULL, 50, 0));
$form['#method'] = 'post';
$form['#action'] = url('admin/node/action');