diff options
Diffstat (limited to 'modules/block')
-rw-r--r-- | modules/block/block.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/block/block.module b/modules/block/block.module index e0c34d2ec..051a259b2 100644 --- a/modules/block/block.module +++ b/modules/block/block.module @@ -156,7 +156,7 @@ function block_menu() { 'page callback' => 'drupal_get_form', 'page arguments' => array('block_add_block_form'), 'access arguments' => array('administer blocks'), - 'type' => MENU_LOCAL_TASK, + 'type' => MENU_LOCAL_ACTION, ); $default = variable_get('theme_default', 'garland'); foreach (list_themes() as $key => $theme) { |