diff options
-rw-r--r-- | modules/taxonomy/taxonomy.module | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index 91c8257e2..9682edfb1 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', |