Index: faq.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/faq/faq.module,v
retrieving revision 1.1.4.52.2.102
diff -u -p -r1.1.4.52.2.102 faq.module
--- faq.module	8 Feb 2009 20:55:23 -0000	1.1.4.52.2.102
+++ faq.module	9 Feb 2009 13:59:53 -0000
@@ -83,6 +83,7 @@ function faq_menu() {
     'page arguments' => array(1),
     'access callback' => 'user_access',
     'access arguments' => array('view faq page'),
+    'type' => MENU_CALLBACK,
   );
 
   $items['admin/settings/faq'] = array(
