--- complete.module     1 Oct 2009 08:40:40 -0000       1.15
+++ complete.module     11 Feb 2010 11:50:10 -0000
@@ -254,7 +254,7 @@
     $nid = $path_split[1];
     $node = node_load($nid);
     
-    $cc = content_complete_get_data(&$node);
+    $cc = content_complete_get_data($node);
         
     // Convert Content Complete logic to Complete logic, stored as 'subtasks',
     // as parts of 'tasks' (now still called 'runs').
@@ -590,4 +590,4 @@
   $output .= '</div>';
   
   return $output;
-}
\ No newline at end of file
+}

