mirror of
https://github.com/moodle/moodle.git
synced 2025-08-03 16:13:28 +02:00
Merge branch 'MDL-35636' of git://github.com/mouneyrac/moodle
This commit is contained in:
commit
813a7724cf
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ if (!empty($user)) {
|
|||
// log token access
|
||||
$DB->set_field('external_tokens', 'lastaccess', time(), array('id'=>$token->id));
|
||||
|
||||
add_to_log(SITEID, 'webservice', 'user request webservice token', '' , 'User ID: ' . $user->id);
|
||||
add_to_log(SITEID, 'webservice', 'sending requested user token', '' , 'User ID: ' . $user->id);
|
||||
|
||||
$usertoken = new stdClass;
|
||||
$usertoken->token = $token->token;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue