Skip to content

Commit

Permalink
Merge branch 'MDL-35636' of git://github.com/mouneyrac/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Oct 2, 2012
2 parents 497359f + 2650c2b commit 813a772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion login/token.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
// 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;
Expand Down

0 comments on commit 813a772

Please sign in to comment.