diff options
Diffstat (limited to 'phpBB/phpbb/passwords/helper.php')
-rw-r--r-- | phpBB/phpbb/passwords/helper.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/phpbb/passwords/helper.php b/phpBB/phpbb/passwords/helper.php index 28a13d2224..0a0bf1d6b1 100644 --- a/phpBB/phpbb/passwords/helper.php +++ b/phpBB/phpbb/passwords/helper.php @@ -119,7 +119,6 @@ class helper */ public function check_combined_hash($password, $stored_hash_type, $hash) { - $cur_hash = ''; $i = 0; $data = array( 'prefix' => '$', |