Skip to content

Commit

Permalink
Add missing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
peterz committed Jun 26, 2010
1 parent 4cf2b8b commit 2520a95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def reset
end
end
else
redirect_to(forgot_users_url, :error => t('users.reset.code_invalid')
redirect_to(forgot_users_url, :error => t('users.reset.code_invalid'))
end
end

Expand Down

0 comments on commit 2520a95

Please sign in to comment.