mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-01 20:04:51 +02:00
forgotten to give user_status on recursive call in create_user_auth_key, bug detected by @mistic100
This commit is contained in:
@@ -1591,7 +1591,7 @@ SELECT
|
||||
}
|
||||
else
|
||||
{
|
||||
return create_user_auth_key($user_id);
|
||||
return create_user_auth_key($user_id, $user_status);
|
||||
}
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user