Skip to content

Commit

Permalink
folding in feedback from jay
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnereese committed Jul 8, 2010
1 parent db90a79 commit 548bee5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/MT/App/Comments.pm
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ sub _create_commenter_assign_role {
$commenter->status( MT::Author::ACTIVE() );
$commenter->auth_type( $app->config->AuthenticationModule );
my $saved = MT::Auth->new_user( $app, $commenter );
$saved = $commenter->save unless $saved;

return undef unless ( $saved );

Expand Down

0 comments on commit 548bee5

Please sign in to comment.