summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-08-08 07:18:19 +0000
committerDries Buytaert <dries@buytaert.net>2007-08-08 07:18:19 +0000
commit9405388d16275db4f0c02e5f1f4da9cdcbb2cf8d (patch)
tree724f626e7ade0c82413661c760d201efd78b5f41 /modules
parent2bfeda7672ae7c3516de004c6117af5f3669f8a4 (diff)
downloadbrdo-9405388d16275db4f0c02e5f1f4da9cdcbb2cf8d.tar.gz
brdo-9405388d16275db4f0c02e5f1f4da9cdcbb2cf8d.tar.bz2
- Patch #164931 by John Morahan: included the wrong file.
Diffstat (limited to 'modules')
-rw-r--r--modules/taxonomy/taxonomy.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module
index 00ee035c7..3c300fe8d 100644
--- a/modules/taxonomy/taxonomy.module
+++ b/modules/taxonomy/taxonomy.module
@@ -125,7 +125,7 @@ function taxonomy_menu() {
'page callback' => 'taxonomy_term_page',
'access arguments' => array('access content'),
'type' => MENU_CALLBACK,
- 'file' => 'taxonomy.page.inc',
+ 'file' => 'taxonomy.pages.inc',
);
$items['taxonomy/autocomplete'] = array(
@@ -133,7 +133,7 @@ function taxonomy_menu() {
'page callback' => 'taxonomy_autocomplete',
'access arguments' => array('access content'),
'type' => MENU_CALLBACK,
- 'file' => 'taxonomy.page.inc',
+ 'file' => 'taxonomy.pages.inc',
);
$items['admin/content/taxonomy/%taxonomy_vocabulary'] = array(
'title' => 'List terms',