From 70acb15cbdf652131cd2404f422fd04479f861d8 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Fri, 19 Mar 2021 13:00:27 +0100 Subject: [PATCH] MDL-71149 install: update the list of stale files for 3.11 --- lib/upgradelib.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/upgradelib.php b/lib/upgradelib.php index 4b3ee394aa5..2b7898a5309 100644 --- a/lib/upgradelib.php +++ b/lib/upgradelib.php @@ -456,6 +456,12 @@ function upgrade_stale_php_files_present() { global $CFG; $someexamplesofremovedfiles = array( + // Removed in 3.11. + '/customfield/edit.php', + '/lib/phpunit/classes/autoloader.php', + '/lib/xhprof/README', + '/message/defaultoutputs.php', + '/user/files_form.php', // Removed in 3.10. '/grade/grading/classes/privacy/gradingform_provider.php', '/lib/coursecatlib.php',