Index: includes/views/handlers/content_handler_field_multiple.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/cck/includes/views/handlers/Attic/content_handler_field_multiple.inc,v
retrieving revision 1.1.2.23
diff -u -p -r1.1.2.23 content_handler_field_multiple.inc
--- includes/views/handlers/content_handler_field_multiple.inc	25 Jan 2010 23:13:40 -0000	1.1.2.23
+++ includes/views/handlers/content_handler_field_multiple.inc	5 Nov 2010 12:36:21 -0000
@@ -284,7 +284,7 @@ class content_handler_field_multiple ext
     }
 
     if (!empty($this->options['link_to_node']) && $data !== NULL && $data !== '') {
-      if (method_exists('render_as_link', 'views_handler_field')) {
+      if (method_exists('views_handler_field', 'render_as_link')) {
         // Views 2.3+
         $this->options['alter']['make_link'] = TRUE;
         $this->options['alter']['path'] = "node/" . $values->{$this->aliases['nid']};
@@ -299,4 +299,4 @@ class content_handler_field_multiple ext
     }
   }
 
-}
\ No newline at end of file
+}
