catalyst / moodle-tool_forcedcache

Moodle MUC config managed deterministicly in code using rulesets
https://moodle.org/plugins/tool_forcedcache
9 stars 9 forks source link

Fix bootstrap chicken and egg condition #50 #51

Closed brendanheywood closed 5 months ago

brendanheywood commented 5 months ago

Closes #50

matthewhilton commented 5 months ago

Turns out I had $CFG->siteidentifier = '' in my local which was causing it to never use the cache now with this patch which makes sense, it was doing its job as intended. After removing this it uses the cache after the first load as expected.