summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-08-27 20:48:31 +0000
committerDries Buytaert <dries@buytaert.net>2009-08-27 20:48:31 +0000
commit0963bac7601533a5b8af4ecc61567a5e673f4aa2 (patch)
treea5c304c7474f5080037b608ca32172b88be74fce /modules
parent889cd606bfbc7a267a4599b67f982bc12f09c01f (diff)
downloadbrdo-0963bac7601533a5b8af4ecc61567a5e673f4aa2.tar.gz
brdo-0963bac7601533a5b8af4ecc61567a5e673f4aa2.tar.bz2
- Patch #557684 by JacobSingh: fixed bug with auto-complete functionality.
Diffstat (limited to 'modules')
-rw-r--r--modules/taxonomy/taxonomy.module1
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(