only one item was deprecated, re-enable full tests

This commit is contained in:
bwdutton
2020-02-01 16:29:40 -08:00
parent 63bd03ff43
commit 9686d6876c
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ class PasswordHash {
var $portable_hashes;
var $random_state;
function PasswordHash($iteration_count_log2, $portable_hashes)
function __construct($iteration_count_log2, $portable_hashes)
{
$this->itoa64 = './0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz';