This commit is contained in:
Julio Cesar Laura Avendaño
2018-07-03 09:33:22 -04:00
parent 9a858b810c
commit e11932ee62

View File

@@ -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();