Index: faq.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/faq/faq.module,v
retrieving revision 1.1.4.63.2.74
diff -u -p -r1.1.4.63.2.74 faq.module
--- faq.module	11 Jan 2009 18:48:05 -0000	1.1.4.63.2.74
+++ faq.module	8 Feb 2009 16:26:05 -0000
@@ -1282,6 +1282,9 @@ function faq_random_highlights_block($nu
  *   Return a HTML formatted list of terms indented according to the term depth.
  */
 function _get_indented_faq_terms($vid, $tid) {
+  if (module_exists('pathauto')) {
+    _pathauto_include();
+  }
 
   $items = array();
   $faq_count = variable_get('faq_count', FALSE);
