summaryrefslogtreecommitdiff
path: root/modules/node/node.module
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-23 01:05:12 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-23 01:05:12 +0000
commite6eb489918ed6e217038faf4e45ed510c64596fd (patch)
tree8c009120aa4ba7f65de06d2a2569fc2a4cf41b1f /modules/node/node.module
parenta8cc3e30c374e64d1bff2fda233190fd05c9a0ee (diff)
downloadbrdo-e6eb489918ed6e217038faf4e45ed510c64596fd.tar.gz
brdo-e6eb489918ed6e217038faf4e45ed510c64596fd.tar.bz2
#542658 follow-up by sun: Move action 'tabs' out of local tasks and into local actions.
Diffstat (limited to 'modules/node/node.module')
-rw-r--r--modules/node/node.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/node.module b/modules/node/node.module
index 5d5c0c12c..bbf0413ec 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -1729,7 +1729,7 @@ function node_menu() {
'page callback' => 'drupal_get_form',
'page arguments' => array('node_type_form'),
'access arguments' => array('administer content types'),
- 'type' => MENU_LOCAL_TASK,
+ 'type' => MENU_LOCAL_ACTION,
);
$items['node'] = array(
'title' => 'Content',