Skip to content

Commit

Permalink
MDL-59992 webservice: fix debugging message event context already set
Browse files Browse the repository at this point in the history
  • Loading branch information
marinaglancy committed Aug 31, 2017
1 parent 9eb3c17 commit e25ccd5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions webservice/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,6 @@ protected function authenticate_user() {
}

$loginfaileddefaultparams = array(
'context' => context_system::instance(),
'other' => array(
'method' => $this->authmethod,
'reason' => null
Expand Down Expand Up @@ -1062,7 +1061,6 @@ protected function authenticate_by_token($tokentype){
global $DB;

$loginfaileddefaultparams = array(
'context' => context_system::instance(),
'other' => array(
'method' => $this->authmethod,
'reason' => null
Expand Down

0 comments on commit e25ccd5

Please sign in to comment.