From 2df4348f09c54527eb1f13c96ccf99bb6c7b3511 Mon Sep 17 00:00:00 2001 From: Aleksi Kinnunen <721951+Sopsy@users.noreply.github.com> Date: Tue, 29 May 2018 02:37:38 +0200 Subject: [PATCH] Typo fix --- functions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.inc.php b/functions.inc.php index eda3065e..f7dd2df3 100644 --- a/functions.inc.php +++ b/functions.inc.php @@ -1067,7 +1067,7 @@ function _pacrypt_php_crypt($pw, $pw_db) { $salt = $pw_db; } else { $salt_method = 'SHA512'; // hopefully a reasonable default (better than MD5) - $difficulty = ''; + $hash_difficulty = ''; // no pw provided. create new password hash if (strpos($CONF['encrypt'], ':') !== false) { // use specified hash method