From a0aac0bd6b26c70df8970cb04692830d55187964 Mon Sep 17 00:00:00 2001 From: Marina Glancy Date: Thu, 31 Aug 2017 12:13:15 +0800 Subject: [PATCH] MDL-59992 webservice: fix debugging message event context already set --- webservice/lib.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/webservice/lib.php b/webservice/lib.php index 0101ccacded..4324c7896a3 100644 --- a/webservice/lib.php +++ b/webservice/lib.php @@ -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