Fix :(
authorRoland Häder <roland@mxchange.org>
Sun, 26 Feb 2012 00:23:38 +0000 (00:23 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 26 Feb 2012 00:23:38 +0000 (00:23 +0000)
inc/classes/main/crypto/class_CryptoHelper.php

index 52bd668a9f9d83d314fb65234d78fd90ca09fd39..b8bbbbe258693c5a468973d7d4a7f2cf32a4e7fb 100644 (file)
@@ -163,7 +163,7 @@ class CryptoHelper extends BaseFrameworkSystem implements Cryptable {
                //* DEBUG: */ echo "salt=".$salt."/plain=".$str."<br />\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