Skip to content

Commit d43922d

Browse files
committed
Update for compatibility with PHP 5.3.
1 parent bad8b8d commit d43922d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/funcs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ function generateActivationToken($gen = null)
9595
function generateHash($plainText, $encdata = false){
9696

9797
/*used for standard implementation of bcrypt*/
98-
$options = ['cost' => 12];
98+
$options = array("cost" => 12 );
9999

100100
/*used for manual implementation of bcrypt*/
101101
$cost = '12';

0 commit comments

Comments
 (0)