pawanwiziq / moodlenew-mod_wiziq

moodle latest
0 stars 0 forks source link

incorrect use of PARAM_RAW #7

Open danmarsden opened 6 years ago

danmarsden commented 6 years ago

https://github.com/pawanwiziq/moodlenew-mod_wiziq/blob/13b87949e54e8b523035f960c7b71cc4cca4fd1d/mod_form.php#L70

that looks like it should be PARAM_INT - (PARAM_RAW should be avoided if possible.)

pawanwiziq commented 5 years ago

Fixed