Skip to content

Commit 55212bc

Browse files
committed
Revert "Class context fixed"
This reverts commit 2e7e636ca4b255e92d093b8eceda407a690a5565.
1 parent d99f6da commit 55212bc

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] = self::randomString(100);
92+
$_SESSION['formtoken'][$id] = $this->randomString(100);
9393
return md5($_SESSION['formtoken'][$id]);
9494
}
9595

0 commit comments

Comments
 (0)