mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Fixed typo in debug message, causing notice
This commit is contained in:
parent
44e02d79ab
commit
1a7601ca83
@ -1124,7 +1124,7 @@ class auth_plugin_mnet extends auth_plugin_base {
|
||||
$mnet_request->add_param($username);
|
||||
$mnet_request->add_param($useragent);
|
||||
if ($mnet_request->send($mnet_peer) === false) {
|
||||
debugging("Server side error has occured on host $mnethostid: " .
|
||||
debugging("Server side error has occured on host $mnetsession->mnethostid: " .
|
||||
join("\n", $mnet_request->error));
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user