Index: relativity.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/relativity/relativity.module,v
retrieving revision 1.48
diff -u -r1.48 relativity.module
--- relativity.module	24 Oct 2007 17:45:32 -0000	1.48
+++ relativity.module	20 Nov 2007 20:31:25 -0000
@@ -1274,8 +1274,8 @@
  */
 function relativity_token_values($type, $object = NULL) {
   if ($type == 'node') {
-    // load the node just to avoid problems with module weights
-    $node = node_load($object->nid);
+
+    $node = $object;
 
     $tokens = array();
     // check if the node has parents
