@@ -223,7 +223,7 @@ function ratchet_hash($password, $salt, $legacy_style = 0)
{
{
if(function_exists('password_hash')){
if(function_exists('password_hash')){
// NB: We don't pass the salt separately, we let password_hash generate its own internal salt also (that builds into the hash). So it is double salted.
// NB: We don't pass the salt separately, we let password_hash generate its own internal salt also (that builds into the hash). So it is double salted.