mirror of
https://github.com/moodle/moodle.git
synced 2025-02-08 00:52:33 +01:00
Fix incorrect comparison of gradepass variable (with comma as decimal separator) with grade variable when trying to save assignment settings. Adds missing unformat_float($data['gradepass']).