From cc6118d8436018bcba7d705aa6a99ca4dcdee6dd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Mon, 28 Apr 2014 17:10:25 +0200 Subject: [PATCH] Not the string again. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- contrib/chash/chash.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2