diff options
Diffstat (limited to 'application')
-rw-r--r-- | application/third_party/PasswordHash.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/third_party/PasswordHash.php b/application/third_party/PasswordHash.php index 84447b277..80380554d 100644 --- a/application/third_party/PasswordHash.php +++ b/application/third_party/PasswordHash.php @@ -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'; |