Skip to content

Commit 019dee2

Browse files
jangaraevvbezruchkin
authored andcommitted
1 parent 7691cb0 commit 019dee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: includes/classes/ia.core.users.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ protected function _getSalt()
706706

707707
if (isset($_COOKIE['salt']) && $_COOKIE['salt'])
708708
{
709-
$s = unserialize($_COOKIE['salt']);
709+
$s = json_decode($_COOKIE['salt'], true);
710710
if (isset($s['salt']) && isset($s['items']) && $s['salt'] && $s['items'])
711711
{
712712
$salt = $s;

0 commit comments

Comments
 (0)