Changeset 2001
- Timestamp:
- 04/21/08 08:25:17 (7 months ago)
- Files:
-
- branches/release-35/lib/MT/CMS/Comment.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/release-35/lib/MT/CMS/Comment.pm
r1919 r2001 1717 1717 my $entry = $app->model('entry')->load( $parent->entry_id ); 1718 1718 1719 if ( !$parent || $parent->is_published ) {1719 if ( !$parent || !$parent->is_published ) { 1720 1720 $app->error( 1721 1721 $app->translate("You can't reply to unpublished comment.") );
