-
Sub-task
-
Resolution: Fixed
-
Minor
-
1.9.8
-
None
-
MOODLE_19_STABLE
-
MOODLE_20_STABLE
At present we can force $CFG->setting to override the 'setting' value in config table and admin UI.
We need the same for config_plugins table too. The idea is to have:
$CFG->forced_plugin_settings = array('scorm'=>array('maxgrade'=>60));
which then overrides the result from get_config()...