mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +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(
|
$loginfaileddefaultparams = array(
|
||||||
'context' => context_system::instance(),
|
|
||||||
'other' => array(
|
'other' => array(
|
||||||
'method' => $this->authmethod,
|
'method' => $this->authmethod,
|
||||||
'reason' => null
|
'reason' => null
|
||||||
|
@ -1062,7 +1061,6 @@ abstract class webservice_server implements webservice_server_interface {
|
||||||
global $DB;
|
global $DB;
|
||||||
|
|
||||||
$loginfaileddefaultparams = array(
|
$loginfaileddefaultparams = array(
|
||||||
'context' => context_system::instance(),
|
|
||||||
'other' => array(
|
'other' => array(
|
||||||
'method' => $this->authmethod,
|
'method' => $this->authmethod,
|
||||||
'reason' => null
|
'reason' => null
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue