Changeset 1569 for branches/release-32/lib/MT/App/Comments.pm
- Timestamp:
- 03/25/08 00:51:24 (20 months ago)
- Files:
-
- 1 modified
-
branches/release-32/lib/MT/App/Comments.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-32/lib/MT/App/Comments.pm
r1561 r1569 1269 1269 # published for this entry 1270 1270 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) { 1272 1272 $comment->parent_id( $parent_id ); 1273 1273 }
