Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip committed Nov 9, 2023
1 parent 566b386 commit 822edde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/grades/synchronization/xapi_request.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public function create_post_curl_request() {
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST");
curl_setopt($ch, CURLOPT_POSTFIELDS, $hallo_json);
curl_setopt($ch, CURLOPT_USERAGENT, "My User Agent Name");
//curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
error_log("AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA");
error_log(get_config('auth_mumie', 'mumie_api_key'));
error_log($hallo_json);
Expand Down

0 comments on commit 822edde

Please sign in to comment.