Index: modules/block/block.module =================================================================== RCS file: /cvs/drupal/drupal/modules/block/block.module,v retrieving revision 1.279 diff -u -p -r1.279 block.module --- modules/block/block.module 5 Oct 2007 09:35:09 -0000 1.279 +++ modules/block/block.module 5 Oct 2007 12:05:36 -0000 @@ -141,12 +141,14 @@ function block_menu() { ); $items['admin/build/block/configure'] = array( 'title' => 'Configure block', + 'page callback' => 'drupal_get_form', 'page arguments' => array('block_admin_configure'), 'type' => MENU_CALLBACK, 'file' => 'block.admin.inc', ); $items['admin/build/block/delete'] = array( 'title' => 'Delete block', + 'page callback' => 'drupal_get_form', 'page arguments' => array('block_box_delete'), 'type' => MENU_CALLBACK, 'file' => 'block.admin.inc',