From 272a97acb829ed36d4930361b158fbcd431a2381 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Fri, 5 Oct 2007 12:57:20 +0000 Subject: #157752 follow up patch by scor: fix two form menu callbacks --- modules/block/block.module | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules') 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', -- cgit v1.2.3