From: Roland Häder Date: Sun, 26 Feb 2012 00:23:38 +0000 (+0000) Subject: Fix :( X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=7a03009e08d9d15b796d425bb079607aca8751f4 Fix :( --- diff --git a/inc/classes/main/crypto/class_CryptoHelper.php b/inc/classes/main/crypto/class_CryptoHelper.php index 52bd668a..b8bbbbe2 100644 --- a/inc/classes/main/crypto/class_CryptoHelper.php +++ b/inc/classes/main/crypto/class_CryptoHelper.php @@ -163,7 +163,7 @@ class CryptoHelper extends BaseFrameworkSystem implements Cryptable { //* DEBUG: */ echo "salt=".$salt."/plain=".$str."
\n"; if ($withFixed === true) { // Use additional fixed salt - $hashed = $salt . md5(sprintf($this->getConfigInstance()->getConfigEntry('hash_salt_mask'), + $hashed = $salt . md5(sprintf($this->getConfigInstance()->getConfigEntry('hash_extra_mask'), $salt, $this->getRngInstance()->getFixedSalt(), $str