mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-08 09:46:46 +02:00
[feature/passwords] Properly treat duplicates in combined hashes
PHPBB3-11610
This commit is contained in:
@@ -129,6 +129,10 @@ class phpbb_crypto_manager
|
||||
{
|
||||
if (isset($this->type_map["\${$type}\$"]))
|
||||
{
|
||||
while(isset($return_ary[$type]))
|
||||
{
|
||||
$type = $type + ' ';
|
||||
}
|
||||
$return_ary[$type] = $this->type_map["\${$type}\$"];
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user