We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP warning created when accessing webservice eg.
/webservice/rest/server.php?wstoken=xxxxxxxxxxxxxx&wsfunction=core_course_get_courses&options[ids][0]=8804&moodlewsrestformat=json
PHP message: PHP Warning: rawurlencode() expects parameter 1 to be string, array given in /var/www/site/lib/weblib.php on line 522
Due to this line: https://github.com/catalyst/moodle-tool_excimer/blob/MOODLE_35_STABLE/classes/script_metadata.php#L143
The text was updated successfully, but these errors were encountered:
No branches or pull requests
PHP warning created when accessing webservice eg.
Due to this line:
https://github.com/catalyst/moodle-tool_excimer/blob/MOODLE_35_STABLE/classes/script_metadata.php#L143
The text was updated successfully, but these errors were encountered: