mirror of
https://github.com/moodle/moodle.git
synced 2025-07-26 17:00:37 +02:00
The enabled state of a plugin is a tri-state value (boolean or
null). We should be consistent with elsewhere by only considering
boolean false as an actually disabled plugin.
See also cdcb53a1
for similar change in task management.