Changeset 2642
- Timestamp:
- 06/26/08 01:43:15 (20 months ago)
- Location:
- branches/release-40/lib/MT
- Files:
-
- 2 modified
-
CMS/Comment.pm (modified) (2 diffs)
-
Comment.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-40/lib/MT/CMS/Comment.pm
r2638 r2642 14 14 my $blog = $app->blog; 15 15 my $type = $q->param('_type'); 16 16 use Data::Dumper; 17 print STDERR "########".Dumper(\$param); 17 18 if ($id) { 18 19 $param->{nav_comments} = 1; … … 1489 1490 return $eh->error( MT->translate( "Publish failed: [_1]", $app->errstr ) ); 1490 1491 } 1492 1; 1491 1493 } 1492 1494 ); -
branches/release-40/lib/MT/Comment.pm
r2545 r2642 193 193 my ($comment) = @_; 194 194 $comment->visible(0); 195 $comment->junk_status(NOT_JUNK); 195 196 } 196 197
