diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-08-27 20:48:31 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-08-27 20:48:31 +0000 |
commit | 0963bac7601533a5b8af4ecc61567a5e673f4aa2 (patch) | |
tree | a5c304c7474f5080037b608ca32172b88be74fce /modules/taxonomy | |
parent | 889cd606bfbc7a267a4599b67f982bc12f09c01f (diff) | |
download | brdo-0963bac7601533a5b8af4ecc61567a5e673f4aa2.tar.gz brdo-0963bac7601533a5b8af4ecc61567a5e673f4aa2.tar.bz2 |
- Patch #557684 by JacobSingh: fixed bug with auto-complete functionality.
Diffstat (limited to 'modules/taxonomy')
-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( |