From e11932ee6220e9ad12e2b264e29d629652731567 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julio=20Cesar=20Laura=20Avenda=C3=B1o?= Date: Tue, 3 Jul 2018 09:33:22 -0400 Subject: [PATCH] HOR-4708 --- gulliver/system/class.bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulliver/system/class.bootstrap.php b/gulliver/system/class.bootstrap.php index 2c30b4ec7..aad745212 100644 --- a/gulliver/system/class.bootstrap.php +++ b/gulliver/system/class.bootstrap.php @@ -2557,7 +2557,7 @@ class Bootstrap return $passwordHashConfig['current']; } - public function hashPassword($pass, $hashType = '', $includeHashType = false) + public static function hashPassword($pass, $hashType = '', $includeHashType = false) { if ($hashType == '') { $hashType = Bootstrap::getPasswordHashType();