diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-08-23 01:05:12 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-08-23 01:05:12 +0000 |
commit | e6eb489918ed6e217038faf4e45ed510c64596fd (patch) | |
tree | 8c009120aa4ba7f65de06d2a2569fc2a4cf41b1f /modules/image/image.module | |
parent | a8cc3e30c374e64d1bff2fda233190fd05c9a0ee (diff) | |
download | brdo-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/image/image.module')
-rw-r--r-- | modules/image/image.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/image/image.module b/modules/image/image.module index 42689cd02..d971b9896 100644 --- a/modules/image/image.module +++ b/modules/image/image.module @@ -66,7 +66,7 @@ function image_menu() { 'page callback' => 'drupal_get_form', 'page arguments' => array('image_style_add_form'), 'access arguments' => array('administer image styles'), - 'type' => MENU_LOCAL_TASK, + 'type' => MENU_LOCAL_ACTION, 'weight' => 2, ); $items['admin/config/media/image-styles/edit/%image_style'] = array( |