Index: /branches/release-38/php/lib/function.mtcommentlink.php
===================================================================
--- /branches/release-38/php/lib/function.mtcommentlink.php (revision 2327)
+++ /branches/release-38/php/lib/function.mtcommentlink.php (revision 2328)
@@ -9,5 +9,5 @@
     $args['no_anchor'] = 1;
     $entry_link = $ctx->tag('EntryPermalink', $args);
-    $entry_link .= '#comment-' . $ctx['comment_id'];
+    $entry_link .= '#comment-' . $args['comment_id'];
     return $link;
 }
