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