Skip to content

Commit

Permalink
Revert "remove errorlogging"
Browse files Browse the repository at this point in the history
This reverts commit 9f65c9b.
  • Loading branch information
tamw-wnet committed Sep 20, 2024
1 parent 9f65c9b commit 98fdc64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/class-PMSSO-Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,7 @@ public function get_latest_pbs_userinfo($access_token = '') {
$info = curl_getinfo($ch);
$errors = curl_error($ch);
curl_close($ch);
$response = json_decode($response_json, true);
if (isset($response['profile'])) {
$userinfo = $response['profile'];
// append the VPPA status
Expand Down

0 comments on commit 98fdc64

Please sign in to comment.