mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-14074 removed obsoleted $CFG->enablerecordcache = true
This commit is contained in:
parent
a833a46aba
commit
741478495e
1 changed files with 0 additions and 2 deletions
|
@ -192,8 +192,6 @@ function forum_delete_instance($id) {
|
||||||
function forum_cron() {
|
function forum_cron() {
|
||||||
global $CFG, $USER;
|
global $CFG, $USER;
|
||||||
|
|
||||||
$CFG->enablerecordcache = true; // We want all the caching we can get
|
|
||||||
|
|
||||||
$cronuser = clone($USER);
|
$cronuser = clone($USER);
|
||||||
$site = get_site();
|
$site = get_site();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue