Changeset 2001

Show
Ignore:
Timestamp:
04/21/08 08:25:17 (7 months ago)
Author:
fumiakiy
Message:

Fixed typo, which prevented reply to comments in the app admin screen. BugId:79340

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/release-35/lib/MT/CMS/Comment.pm

    r1919 r2001  
    17171717    my $entry         = $app->model('entry')->load( $parent->entry_id ); 
    17181718 
    1719     if ( !$parent || $parent->is_published ) { 
     1719    if ( !$parent || !$parent->is_published ) { 
    17201720        $app->error( 
    17211721            $app->translate("You can't reply to unpublished comment.") );