-
Bug
-
Resolution: Fixed
-
Critical
-
2.0, 2.1
-
MOODLE_20_STABLE, MOODLE_21_STABLE
-
MOODLE_20_STABLE, MOODLE_21_STABLE
-
w37_
MDL-29406_m22_configdelete -
the problem is that "_" is a special character in LIKE, it might delete settings from plugin with similar name
unset_all_config_for_plugin('xxx_plugin') deletes config data of 'xxx_pluginator'