- Patch #557684 by JacobSingh: fixed bug with auto-complete functionality.
parent
889cd606bf
commit
0963bac760
|
@ -256,6 +256,7 @@ function taxonomy_menu() {
|
||||||
'page callback' => 'taxonomy_autocomplete_legacy',
|
'page callback' => 'taxonomy_autocomplete_legacy',
|
||||||
'access arguments' => array('access content'),
|
'access arguments' => array('access content'),
|
||||||
'type' => MENU_CALLBACK,
|
'type' => MENU_CALLBACK,
|
||||||
|
'file' => 'taxonomy.pages.inc',
|
||||||
);
|
);
|
||||||
|
|
||||||
$items['admin/structure/taxonomy/%taxonomy_vocabulary'] = array(
|
$items['admin/structure/taxonomy/%taxonomy_vocabulary'] = array(
|
||||||
|
|
Loading…
Reference in New Issue