]> git.mjollnir.org Git - moodle.git/commitdiff
cron: call cleanup_dirty_contexts()
authormartinlanghoff <martinlanghoff>
Wed, 19 Sep 2007 07:11:31 +0000 (07:11 +0000)
committermartinlanghoff <martinlanghoff>
Wed, 19 Sep 2007 07:11:31 +0000 (07:11 +0000)
admin/cron.php

index c9e7b57939d23e872f215e1cca43d4c0672324ee..2a9d717d2e143de6bb0d1a7b417be4d5f981af55 100644 (file)
 
     // Accesslib stuff
     cleanup_contexts();
+    cleanup_dirty_contexts();
 
     if (!empty($CFG->enablestats) and empty($CFG->disablestatsprocessing)) {