From 0963bac7601533a5b8af4ecc61567a5e673f4aa2 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 27 Aug 2009 20:48:31 +0000 Subject: - Patch #557684 by JacobSingh: fixed bug with auto-complete functionality. --- modules/taxonomy/taxonomy.module | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/taxonomy/taxonomy.module') 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( -- cgit v1.2.3