diff options
author | Sumanai <sumanai@ya.ru> | 2015-07-02 21:42:37 +0400 |
---|---|---|
committer | Mate Bartus <mate.bartus@gmail.com> | 2015-10-21 00:22:42 +0200 |
commit | 6b433eab4c898aee2226021ae443b9795ded0e76 (patch) | |
tree | 751c4b6353af808976c7b7b60434d145c3761e14 /phpBB/phpbb/passwords | |
parent | 2be39c5a8f3b587f2fe091862e7021ae70d9fcda (diff) | |
download | forums-6b433eab4c898aee2226021ae443b9795ded0e76.tar forums-6b433eab4c898aee2226021ae443b9795ded0e76.tar.gz forums-6b433eab4c898aee2226021ae443b9795ded0e76.tar.bz2 forums-6b433eab4c898aee2226021ae443b9795ded0e76.tar.xz forums-6b433eab4c898aee2226021ae443b9795ded0e76.zip |
[ticket/13976] Fix comment typo in salted_md5.php
PHPBB3-13976
Diffstat (limited to 'phpBB/phpbb/passwords')
-rw-r--r-- | phpBB/phpbb/passwords/driver/salted_md5.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/passwords/driver/salted_md5.php b/phpBB/phpbb/passwords/driver/salted_md5.php index 81ac010785..38d6d9cd2c 100644 --- a/phpBB/phpbb/passwords/driver/salted_md5.php +++ b/phpBB/phpbb/passwords/driver/salted_md5.php @@ -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); } } |