Skip to content

Commit

Permalink
Bug fix in handling incomplete configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
weilai-irl committed Apr 11, 2022
1 parent 89044e1 commit c9fd295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local/o365/classes/feature/sds/utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public static function get_apiclient() : ?unified {
$apiclient = new unified($unifiedtoken, $httpclient);
return $apiclient;
} else {
static::mtrace('Could not construct system API user token for SDS sync task.');
mtrace('Could not construct system API user token for SDS sync task.');
}
} catch (moodle_exception $e) {
return null;
Expand Down

0 comments on commit c9fd295

Please sign in to comment.