Show
Ignore:
Timestamp:
05/19/08 22:45:56 (19 months ago)
Author:
bchoate
Message:

Applied fixes for commentauthoridentity and commentauthor tags. BugId:79329,79811

Files:
1 modified

Legend:

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

    r2055 r2395  
    1313    if ($c['comment_commenter_id']) { 
    1414        $commenter = $ctx->stash('commenter'); 
     15        if (is_array($commenter)) 
     16            $commenter = $commenter[0]; 
    1517        if ($commenter) 
    1618            $a = $commenter['author_nickname'];