From 6b433eab4c898aee2226021ae443b9795ded0e76 Mon Sep 17 00:00:00 2001 From: Sumanai Date: Thu, 2 Jul 2015 21:42:37 +0400 Subject: [ticket/13976] Fix comment typo in salted_md5.php PHPBB3-13976 --- phpBB/phpbb/passwords/driver/salted_md5.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/phpbb/passwords') 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); } } -- cgit v1.2.1