Skip to content

Commit

Permalink
Merge branch 'preprod'
Browse files Browse the repository at this point in the history
  • Loading branch information
tamw-wnet committed Apr 10, 2023
2 parents e56ffc4 + bfe9ccc commit d025b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/class-PBS-LAAS-client.php
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ private function retrieve_encrypted_tokeninfo() {
}

// decrypt encrypted tokeninfo
$decrypted = $this->decrypt($tokeninfo);
$decrypted = !empty($tokeninfo) ? $this->decrypt($tokeninfo) : false;
if ($decrypted) {
$tokeninfo = $decrypted;
}
Expand Down

0 comments on commit d025b70

Please sign in to comment.