Fixed null exception
Change-Id: I84be62d949cf74a187d6151635bb3f8e76a21032 Signed-off-by: smarcet <smarcet@gmail.com>
This commit is contained in:
parent
3135876650
commit
5713080653
@ -292,7 +292,7 @@ final class AuthService implements IAuthService
|
|||||||
$rps = $zlib->uncompress($rps);
|
$rps = $zlib->uncompress($rps);
|
||||||
$rps .= '|';
|
$rps .= '|';
|
||||||
}
|
}
|
||||||
|
if(is_null($rps)) $rps = "";
|
||||||
if (!str_contains($rps, $client_id))
|
if (!str_contains($rps, $client_id))
|
||||||
$rps .= $client_id;
|
$rps .= $client_id;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user