Merge branch 'wip-MDL-59992-32' of git://github.com/marinaglancy/moodle into MOODLE_32_STABLE
This commit is contained in:
@@ -890,7 +890,6 @@ abstract class webservice_server implements webservice_server_interface {
|
||||
}
|
||||
|
||||
$loginfaileddefaultparams = array(
|
||||
'context' => context_system::instance(),
|
||||
'other' => array(
|
||||
'method' => $this->authmethod,
|
||||
'reason' => null
|
||||
@@ -1039,7 +1038,6 @@ abstract class webservice_server implements webservice_server_interface {
|
||||
global $DB;
|
||||
|
||||
$loginfaileddefaultparams = array(
|
||||
'context' => context_system::instance(),
|
||||
'other' => array(
|
||||
'method' => $this->authmethod,
|
||||
'reason' => null
|
||||
|
||||
Reference in New Issue
Block a user