Merge branch 'wip-MDL-59992-master' of git://github.com/marinaglancy/moodle

This commit is contained in:
Dan Poltawski 2017-09-04 11:23:22 +01:00 committed by David Monllao
commit c1346b1476

View file

@ -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