diff --git a/core/modules/taxonomy/taxonomy.module b/core/modules/taxonomy/taxonomy.module index 5847d21..3210639 100644 --- a/core/modules/taxonomy/taxonomy.module +++ b/core/modules/taxonomy/taxonomy.module @@ -321,7 +321,7 @@ function taxonomy_menu() { 'file' => 'taxonomy.pages.inc', ); - $items['admin/structure/taxonomy/%taxonomy_vocabulary'] = array( + $items['admin/structure/taxonomy/manage/%taxonomy_vocabulary'] = array( 'route_name' => 'taxonomy_overview_terms', ); $items['admin/structure/taxonomy/manage/%taxonomy_vocabulary/list'] = array(