mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
Merge branch 'wip-MDL-59992-master' of git://github.com/marinaglancy/moodle
This commit is contained in:
commit
c1346b1476
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue