Show
Ignore:
Timestamp:
03/25/08 00:51:24 (20 months ago)
Author:
bchoate
Message:

Fixed variable name.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-32/lib/MT/App/Comments.pm

    r1561 r1569  
    12691269        # published for this entry 
    12701270        my $parent_comment = MT::Comment->load( $parent_id ); 
    1271         if ($parent_comment && $parent->is_published() && $parent_comment->entry_id == $entry->id) { 
     1271        if ($parent_comment && $parent_comment->is_published() && $parent_comment->entry_id == $entry->id) { 
    12721272            $comment->parent_id( $parent_id ); 
    12731273        }