aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/passwords/driver/bcrypt_2y.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/passwords/driver/bcrypt_2y.php')
-rw-r--r--phpBB/phpbb/passwords/driver/bcrypt_2y.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/passwords/driver/bcrypt_2y.php b/phpBB/phpbb/passwords/driver/bcrypt_2y.php
index 0d4a78ad85..11c3617e49 100644
--- a/phpBB/phpbb/passwords/driver/bcrypt_2y.php
+++ b/phpBB/phpbb/passwords/driver/bcrypt_2y.php
@@ -12,7 +12,7 @@ namespace phpbb\passwords\driver;
/**
* @package passwords
*/
-class bcrypt_2y extends \phpbb\passwords\driver\bcrypt
+class bcrypt_2y extends bcrypt
{
const PREFIX = '$2y$';