Index: faq_ask.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/faq_ask/faq_ask.module,v
retrieving revision 1.17.2.15
diff -u -p -r1.17.2.15 faq_ask.module
--- faq_ask.module	27 Feb 2009 11:45:31 -0000	1.17.2.15
+++ faq_ask.module	27 Feb 2009 11:46:21 -0000
@@ -245,7 +245,7 @@ function faq_ask_form($form_state, $tid,
   // Category.
   $expert_categorize = variable_get('faq_ask_categorize', FALSE);
   // Check if only experts can categorize the question.
-  if (!$expert_categorize && user_access('answer question')) {
+  if (!$expert_categorize) {
     $form['category'] = array(
       '#title' => t('Category'),
       '#type' => 'select',
