Show
Ignore:
Timestamp:
06/04/08 03:34:12 (18 months ago)
Author:
takayama
Message:

Fixed BugId:80007
* Related fix of case 79997

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-39/php/lib/function.mtcommentauthor.php

    r2400 r2503  
    1313    if ($c['comment_commenter_id']) { 
    1414        $commenter = $ctx->stash('commenter'); 
    15         if (is_array($commenter)) 
    16             $commenter = $commenter[0]; 
    1715        if ($commenter) 
    1816            $a = $commenter['author_nickname'];