summaryrefslogtreecommitdiff
path: root/modules/taxonomy/taxonomy.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-11-18 18:58:01 +0000
committerDries Buytaert <dries@buytaert.net>2009-11-18 18:58:01 +0000
commitffdcefa710bef7e9dc616f3f6018ec296d8d2755 (patch)
tree1353053aa614ed261e9ff580b0242a58007d6b18 /modules/taxonomy/taxonomy.module
parent4788bf25fac2386002210c197eed782497936473 (diff)
downloadbrdo-ffdcefa710bef7e9dc616f3f6018ec296d8d2755.tar.gz
brdo-ffdcefa710bef7e9dc616f3f6018ec296d8d2755.tar.bz2
- Patch #632888 by bleen18: fixed warning about missing taxonomy.feeds.inc.
Diffstat (limited to 'modules/taxonomy/taxonomy.module')
-rw-r--r--modules/taxonomy/taxonomy.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module
index 5de8aa538..9dd87fbd7 100644
--- a/modules/taxonomy/taxonomy.module
+++ b/modules/taxonomy/taxonomy.module
@@ -220,7 +220,7 @@ function taxonomy_menu() {
'page arguments' => array(2),
'access arguments' => array('access content'),
'type' => MENU_CALLBACK,
- 'file' => 'taxonomy.feeds.inc',
+ 'file' => 'taxonomy.pages.inc',
);
$items['taxonomy/autocomplete'] = array(
'title' => 'Autocomplete taxonomy',