From e6eb489918ed6e217038faf4e45ed510c64596fd Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 23 Aug 2009 01:05:12 +0000 Subject: #542658 follow-up by sun: Move action 'tabs' out of local tasks and into local actions. --- modules/forum/forum.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/forum/forum.module') diff --git a/modules/forum/forum.module b/modules/forum/forum.module index c6816ac80..c9cf6e339 100644 --- a/modules/forum/forum.module +++ b/modules/forum/forum.module @@ -105,7 +105,7 @@ function forum_menu() { 'page callback' => 'forum_form_main', 'page arguments' => array('container'), 'access arguments' => array('administer forums'), - 'type' => MENU_LOCAL_TASK, + 'type' => MENU_LOCAL_ACTION, 'parent' => 'admin/structure/forum', ); $items['admin/structure/forum/add/forum'] = array( @@ -113,7 +113,7 @@ function forum_menu() { 'page callback' => 'forum_form_main', 'page arguments' => array('forum'), 'access arguments' => array('administer forums'), - 'type' => MENU_LOCAL_TASK, + 'type' => MENU_LOCAL_ACTION, 'parent' => 'admin/structure/forum', ); $items['admin/structure/forum/settings'] = array( -- cgit v1.2.3