From ffdcefa710bef7e9dc616f3f6018ec296d8d2755 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 18 Nov 2009 18:58:01 +0000 Subject: - Patch #632888 by bleen18: fixed warning about missing taxonomy.feeds.inc. --- modules/taxonomy/taxonomy.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/taxonomy/taxonomy.module') 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', -- cgit v1.2.3