Commit b58deedd authored by Frédéric Buclin's avatar Frédéric Buclin

Forgot to split a long line (fix on checkin)

parent e15dcf48
......@@ -51,7 +51,9 @@ sub DoAccount {
($vars->{'realname'}) = $dbh->selectrow_array(
"SELECT realname FROM profiles WHERE userid = ?", undef, $user->id);
if (Bugzilla->params->{'allowemailchange'} && $user->authorizer->can_change_email) {
if (Bugzilla->params->{'allowemailchange'}
&& $user->authorizer->can_change_email)
{
# First delete old tokens.
Bugzilla::Token::CleanTokenTable();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment