Skip to content

Commit d99f6da

Browse files
committed
Class context fixed
1 parent 702ddd2 commit d99f6da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SecureFuncs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public static function password_verify($password, $hash)
8989
*/
9090
public function setFormToken($id)
9191
{
92-
$_SESSION['formtoken'][$id] = $this->randomString(100);
92+
$_SESSION['formtoken'][$id] = self::randomString(100);
9393
return md5($_SESSION['formtoken'][$id]);
9494
}
9595

0 commit comments

Comments
 (0)