X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=blobdiff_plain;f=admin%2Ftool%2Fmoodlenet%2Fclasses%2Fexternal.php;h=b2286381f8682ecdf579ffe85cc0416760ffe8ef;hp=5fbfd2052d816c905ae4f916ade9342799a78172;hb=ffa17ad17da6ac3745aa6df4ba24087858de9261;hpb=5d6fcc67cf1dfe9d45efc79ed30a6afe115e8cb1 diff --git a/admin/tool/moodlenet/classes/external.php b/admin/tool/moodlenet/classes/external.php index 5fbfd2052d8..b2286381f86 100644 --- a/admin/tool/moodlenet/classes/external.php +++ b/admin/tool/moodlenet/classes/external.php @@ -52,7 +52,7 @@ class external extends external_api { public static function verify_webfinger_parameters() { return new external_function_parameters( array( - 'profileurl' => new external_value(PARAM_RAW, 'The profile url that the user has given us', VALUE_REQUIRED), + 'profileurl' => new external_value(PARAM_NOTAGS, 'The profile url that the user has given us', VALUE_REQUIRED), 'course' => new external_value(PARAM_INT, 'The course we are adding to', VALUE_REQUIRED), 'section' => new external_value(PARAM_INT, 'The section within the course we are adding to', VALUE_REQUIRED), )