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/path/path.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/path') diff --git a/modules/path/path.module b/modules/path/path.module index 76a9332c4..d65dd5ec9 100644 --- a/modules/path/path.module +++ b/modules/path/path.module @@ -61,7 +61,7 @@ function path_menu() { 'title' => 'Add alias', 'page callback' => 'path_admin_edit', 'access arguments' => array('administer url aliases'), - 'type' => MENU_LOCAL_TASK, + 'type' => MENU_LOCAL_ACTION, ); return $items; -- cgit v1.2.3