Changeset 2331

Show
Ignore:
Timestamp:
05/14/08 23:35:29 (6 months ago)
Author:
bchoate
Message:

Fixed tag name. BugId:79735

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/release-38/php/lib/function.mtcommentlink.php

    r2328 r2331  
    99    $args['no_anchor'] = 1; 
    1010    $entry_link = $ctx->tag('EntryPermalink', $args); 
    11     $entry_link .= '#comment-' . $args['comment_id']; 
     11    $entry_link .= '#comment-' . $ctx['comment_id']; 
    1212    return $link; 
    1313} 
    14 ?>