Fix failing return parameters validation
This commit is contained in:
parent
9730daaba1
commit
7e39fab83f
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ class auth_userkey_external extends external_api {
|
||||||
public static function request_login_url_returns() {
|
public static function request_login_url_returns() {
|
||||||
return new external_single_structure(
|
return new external_single_structure(
|
||||||
array(
|
array(
|
||||||
'loginurl' => new external_value(PARAM_URL, 'Login URL for a user to log in'),
|
'loginurl' => new external_value(PARAM_RAW, 'Login URL for a user to log in'),
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue