Remove empty line
This commit is contained in:
parent
f9ad660379
commit
251832f494
1 changed files with 0 additions and 1 deletions
1
auth.php
1
auth.php
|
@ -141,7 +141,6 @@ class auth_plugin_userkey extends auth_plugin_base {
|
|||
public function user_login_userkey() {
|
||||
global $SESSION, $CFG, $USER;
|
||||
|
||||
|
||||
$keyvalue = required_param('key', PARAM_ALPHANUM);
|
||||
$wantsurl = optional_param('wantsurl', '', PARAM_URL);
|
||||
|
||||
|
|
Loading…
Reference in a new issue