mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
MDL-20169 fixed coding style, parameter type required
This commit is contained in:
parent
622365d2e1
commit
92ebcabeb3
16 changed files with 48 additions and 48 deletions
|
@ -261,7 +261,7 @@ function hotpot_set_attempt_details(&$attempt) {
|
|||
$responsevalue[$key] = clean_param($value, PARAM_CLEAN);
|
||||
}
|
||||
} else {
|
||||
$responsevalue = optional_param($responsefield, '');
|
||||
$responsevalue = optional_param($responsefield, '', PARAM_CLEAN);
|
||||
}
|
||||
if (is_array($responsevalue)) {
|
||||
// incomplete jquiz multi-select
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue