diff options
-rw-r--r-- | modules/taxonomy/taxonomy.module | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index 26ca368aa..74c8a81fe 100644 --- a/modules/taxonomy/taxonomy.module +++ b/modules/taxonomy/taxonomy.module @@ -256,6 +256,7 @@ function taxonomy_menu() { 'page callback' => 'taxonomy_autocomplete_legacy', 'access arguments' => array('access content'), 'type' => MENU_CALLBACK, + 'file' => 'taxonomy.pages.inc', ); $items['admin/structure/taxonomy/%taxonomy_vocabulary'] = array( |