Index: views_handler_field_comment_depth.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/nodecomment/views/Attic/views_handler_field_comment_depth.inc,v
retrieving revision 1.1.2.1
diff -u -r1.1.2.1 views_handler_field_comment_depth.inc
--- views_handler_field_comment_depth.inc	29 Sep 2008 14:00:23 -0000	1.1.2.1
+++ views_handler_field_comment_depth.inc	27 May 2009 00:03:33 -0000
@@ -8,8 +8,6 @@
    * Work out the depth of this comment
    */
   function render($values) {
-    return count(explode('.', $values->comments_thread)) - 1;
+    return count(explode('.', $values->{$this->aliases['comments_thread']})) - 1;
   }
 }
-
-?>
\ No newline at end of file
