mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 02:18:56 +00:00
Merge branch '3.1.x'
* 3.1.x: [ticket/13976] Fix comment typo in salted_md5.php
This commit is contained in:
commit
cc1a96a804
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ class salted_md5 extends base
|
|||
// happen if pre-determined settings are
|
||||
// directly passed to the driver. The manager
|
||||
// will not do this. Same as the old hashing
|
||||
// implementatio in phpBB 3.0
|
||||
// implementation in phpBB 3.0
|
||||
return md5($password);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue