diff --git a/phpBB/includes/crypto/manager.php b/phpBB/includes/crypto/manager.php index bbb844adab..d54f612443 100644 --- a/phpBB/includes/crypto/manager.php +++ b/phpBB/includes/crypto/manager.php @@ -109,7 +109,7 @@ class phpbb_crypto_manager * * @throws RunTimeException If hash type is not supported */ - protected function get_hashing_algorithm($hash) + public function get_hashing_algorithm($hash) { // preg_match() will also show hashing algos like $2a\H$, which // is a combination of bcrypt and phpass