[ticket/13976] Fix comment typo in salted_md5.php

PHPBB3-13976
This commit is contained in:
Sumanai 2015-07-02 21:42:37 +04:00 committed by Mate Bartus
parent 2be39c5a8f
commit 6b433eab4c

View file

@ -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);
}
}