aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/crypto/manager.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/crypto/manager.php')
-rw-r--r--phpBB/includes/crypto/manager.php2
1 files changed, 1 insertions, 1 deletions
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