1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-01 06:22:35 +02:00
Russell Smith 82905c097c MDL-51584 gradebook: use direct $CFG access for freeze.
get_config() is called a lot of times on freeze and is expensive,
using $CFG is much lower overhead.
2016-10-10 15:42:04 +11:00
..