Skip to content

Commit

Permalink
Fixed broken registration
Browse files Browse the repository at this point in the history
  • Loading branch information
plu committed Dec 31, 2008
1 parent a8a86ed commit 39855ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MojoMojo/Controller/User.pm
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ sub do_register : Private {
header => [
From => $c->config->{system_mail},
To => $user->email,
Subject => $c->loc('[x] New User Validation',$c->pref->{name}||'MojoMojo'),
Subject => $c->loc('~[x~] New User Validation',$c->pref('name')||'MojoMojo'),
],
body => $c->view('TT')->render( $c, 'mail/validate.tt' ),
)
Expand Down

0 comments on commit 39855ed

Please sign in to comment.