mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-14074 removed obsoleted $CFG->enablerecordcache = true
This commit is contained in:
parent
a833a46aba
commit
741478495e
@ -192,8 +192,6 @@ function forum_delete_instance($id) {
|
||||
function forum_cron() {
|
||||
global $CFG, $USER;
|
||||
|
||||
$CFG->enablerecordcache = true; // We want all the caching we can get
|
||||
|
||||
$cronuser = clone($USER);
|
||||
$site = get_site();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user