diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index 91c8257e249fd5ba63e27997e871272122c14998..9682edfb19f332c19f90d54dca46c3dc8634f86b 100644 --- a/modules/taxonomy/taxonomy.module +++ b/modules/taxonomy/taxonomy.module @@ -148,9 +148,10 @@ function taxonomy_menu() { 'file' => 'taxonomy.admin.inc', ); - $items['taxonomy/term'] = array( + $items['taxonomy/term/%'] = array( 'title' => 'Taxonomy term', 'page callback' => 'taxonomy_term_page', + 'page arguments' => array(2), 'access arguments' => array('access content'), 'type' => MENU_CALLBACK, 'file' => 'taxonomy.pages.inc',