Show
Ignore:
Timestamp:
08/28/08 19:42:26 (15 months ago)
Author:
bchoate
Message:

Corrected selection of total author count when publishing author archives. BugId:81666

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/MT/WeblogPublisher.pm

    r2994 r3001  
    327327    $arg{join} = MT::Entry->join_on( 
    328328        'author_id', 
    329         { blog_id => $blog->id, class => 'entry' }, 
     329        { blog_id => $blog->id, class => 'entry', status => MT::Entry::RELEASE() }, 
    330330        { unique  => 1 } 
    331331    );