mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merge branch 'MDL-58374-master-ltierrorlog' of git://github.com/mudrd8mz/moodle
This commit is contained in:
commit
c7b7d67295
@ -250,6 +250,7 @@ function lti_verify_message($key, $sharedsecrets, $body, $headers = null) {
|
||||
// TODO: Switch to core oauthlib once implemented - MDL-30149.
|
||||
lti\handle_oauth_body_post($key, $secret, $body, $headers);
|
||||
} catch (Exception $e) {
|
||||
debugging('LTI message verification failed: '.$e->getMessage());
|
||||
$signaturefailed = true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user