mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
c083d1ad1e
When inherit is specified in the data registry it is stored as a string and we cannot perform a strict comparison with it. We should still compare strict comparison checks against null, or false, but not for the NOTSET (0) or INHERIT values (-1).