summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/block/block.module2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/block/block.module b/modules/block/block.module
index 8fb23a50d..c48eb9e73 100644
--- a/modules/block/block.module
+++ b/modules/block/block.module
@@ -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',