Index: modules/node.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/node.module,v
retrieving revision 1.539
diff -u -F^f -r1.539 node.module
--- modules/node.module	26 Oct 2005 01:24:09 -0000	1.539
+++ modules/node.module	26 Oct 2005 04:41:02 -0000
@@ -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');
