mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 04:52:36 +02:00
Typo correction in comment
This commit is contained in:
parent
b7658fa0de
commit
c8a6dfee9b
@ -197,7 +197,7 @@ function mnet_server_strip_signature($plaintextmessage) {
|
||||
$signature = base64_decode($sig_parser->signature);
|
||||
$certificate = $MNET_REMOTE_CLIENT->public_key;
|
||||
|
||||
// If we don't have any certificate for the host, but don't try to check the signature
|
||||
// If we don't have any certificate for the host, don't try to check the signature
|
||||
// Just return the parsed request
|
||||
if ($certificate == false) {
|
||||
return $payload;
|
||||
|
Loading…
x
Reference in New Issue
Block a user