mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
MDL-59992 webservice: fix debugging message event context already set
This commit is contained in:
parent
9eb3c173ae
commit
e25ccd58c1
@ -913,7 +913,6 @@ abstract class webservice_server implements webservice_server_interface {
|
||||
}
|
||||
|
||||
$loginfaileddefaultparams = array(
|
||||
'context' => context_system::instance(),
|
||||
'other' => array(
|
||||
'method' => $this->authmethod,
|
||||
'reason' => null
|
||||
@ -1062,7 +1061,6 @@ abstract class webservice_server implements webservice_server_interface {
|
||||
global $DB;
|
||||
|
||||
$loginfaileddefaultparams = array(
|
||||
'context' => context_system::instance(),
|
||||
'other' => array(
|
||||
'method' => $this->authmethod,
|
||||
'reason' => null
|
||||
|
Loading…
x
Reference in New Issue
Block a user