Merge pull request #3997 from CHItA/ticket/13976

[ticket/13976] Fix comment typo in salted_md5.php
This commit is contained in:
Máté Bartus 2015-10-21 00:29:05 +02:00
commit fa44e98e72

View file

@ -75,7 +75,7 @@ class salted_md5 extends base
// happen if pre-determined settings are // happen if pre-determined settings are
// directly passed to the driver. The manager // directly passed to the driver. The manager
// will not do this. Same as the old hashing // will not do this. Same as the old hashing
// implementatio in phpBB 3.0 // implementation in phpBB 3.0
return md5($password); return md5($password);
} }
} }