--- drupal/modules/faq/nppBackup/faq.module.2007-12-30_074900.bak	Sat Dec 22 16:56:08 2007
+++ drupal/modules/faq/faq.module	Sun Dec 30 19:07:55 2007
@@ -1932,6 +1932,7 @@
       // do this if the taxonomy term in question belongs to faq vocab.
       $tid = str_replace('taxonomy germ/', '', $link['href']);
       $term = taxonomy_get_term($tid);
+      if (!is_object($term)) return;
       foreach ($vocabularies as $vid => $vobj) {
         if ($term->vid == $vid) {
           $links[$module]['href'] = str_replace('taxonomy germ', 'faq', $link['href']);
