Details
Description
Some mnet code accesses the mdl_config_plugins table directly. It would be much better/safer to gain access to these settings via get_config() and set_config() in moodlelib.
Nowehere else in standard Moodle accesses these tables directly (excepting db upgrade scripts)
Issue Links
| This issue will help resolve: | ||||
| MDL-21260 | General open bugs |
|
|
|
Thanks Howard.
I fixed this in 2.0 as part of the mnet overhaul I'm doing - don't think this one is worth backporting to stable though, as it doesn't affect anyone.