diff --git a/core/modules/taxonomy/taxonomy.module b/core/modules/taxonomy/taxonomy.module index bb00a5e..1cec920 100644 --- a/core/modules/taxonomy/taxonomy.module +++ b/core/modules/taxonomy/taxonomy.module @@ -330,7 +330,7 @@ function taxonomy_menu() { 'title callback' => 'entity_page_label', 'title arguments' => array(4), 'page callback' => 'drupal_get_form', - 'page arguments' => array('taxonomy_overview_terms', 3), + 'page arguments' => array('taxonomy_overview_terms', 4), 'access callback' => 'entity_page_access', 'access arguments' => array(4, 'view'), 'file' => 'taxonomy.admin.inc',