Index: token_node.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/token/token_node.inc,v
retrieving revision 1.3.2.7.2.1
diff -u -r1.3.2.7.2.1 token_node.inc
--- token_node.inc	28 Jan 2007 19:42:13 -0000	1.3.2.7.2.1
+++ token_node.inc	13 Aug 2007 15:54:43 -0000
@@ -45,7 +45,7 @@
 
       // And now taxonomy, which is a bit more work. This code is adapted from
       // pathauto's handling code; it's intended for compatability with it.
-      if (module_exists('taxonomy') && is_array($node->taxonomy) && count($node->taxonomy) > 0) {
+      if (module_exist('taxonomy') && is_array($node->taxonomy) && count($node->taxonomy) > 0) {
         foreach ($node->taxonomy as $term) {
           if ($term) {
             $values['term'] = $term->name;
