diff -urp taxonomy_menu/taxonomy_menu.inc taxonomy_menu.new/taxonomy_menu.inc
--- taxonomy_menu/taxonomy_menu.inc	2008-01-31 08:51:55.000000000 -0800
+++ taxonomy_menu.new/taxonomy_menu.inc	2008-05-16 17:29:21.000000000 -0700
@@ -187,6 +187,9 @@ function _taxonomy_menu_menu() {
             $name .= ' ('. $num .')';
           }
           $items[$path] = array(
+            'access arguments' => array('access content'),
+            'file'            => 'taxonomy_menu.inc',
+            'page callback'   => '_taxonomy_menu_page',
             'description'     => t($term->description),
             'title'           => $name,
             'weight'          => $term->weight
