Error Correction
This commit is contained in:
parent
f884e40873
commit
217c224756
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ class genTokenOptions
|
||||||
if(isset($role["name"]))
|
if(isset($role["name"]))
|
||||||
$tmp->name = unserialize($role["name"]);
|
$tmp->name = unserialize($role["name"]);
|
||||||
|
|
||||||
$token->roles[] = $tmp
|
$token->roles[] = $tmp;
|
||||||
}
|
}
|
||||||
|
|
||||||
$token->expires = unserialize($tokenSerialized["expires"]);
|
$token->expires = unserialize($tokenSerialized["expires"]);
|
||||||
|
|
Loading…
Add table
Reference in a new issue