mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
a6019c2910
When a checkbox is not checked, it does not submit in the form, therefore this must be an !empty() test instead of an (int) casting. This issue is a part of the MDL-47194 Task. This issue is a part of the MDL-39707 Epic.