From: Roland Häder Date: Mon, 28 Apr 2014 15:10:25 +0000 (+0200) Subject: Not the string again. X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=cc6118d8436018bcba7d705aa6a99ca4dcdee6dd;ds=sidebyside Not the string again. Signed-off-by: Roland Häder --- diff --git a/contrib/chash/chash.php b/contrib/chash/chash.php index 83ddd2f3..ed9265f3 100644 --- a/contrib/chash/chash.php +++ b/contrib/chash/chash.php @@ -53,7 +53,7 @@ function multipleHashString ($str) { // Now over-hash it for ($idx = 0; $idx < $totalHashes; $idx++) { // Over-hash the given hash - $hash = hashString($hash . $str); + $hash = hashString($hash); } // END - for // Return it