diff --git a/model/PFACrypt.php b/model/PFACrypt.php index 6aa167fc..6f316351 100644 --- a/model/PFACrypt.php +++ b/model/PFACrypt.php @@ -63,10 +63,10 @@ class PFACrypt if (!empty($pw_db) && preg_match('/^\$[0-9]\$/i', $pw_db, $matches)) { $method_in_hash = $matches[0]; - switch ($method_in_hash){ + switch ($method_in_hash) { case '$1$': case '$6$': - $algorithm='SYSTEM'; + $algorithm='SYSTEM'; } }