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

This commit is contained in:
Dan Poltawski
2017-09-07 11:06:34 +02:00
committed by David Monllao
-2
View File
@@ -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