From 50144cf589d3f3983643966d321eaca659fe3689 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Mon, 17 Oct 2022 11:50:40 +0200 Subject: [PATCH] MDL-76015 install: update the list of stale files for 4.1 Note that there aren't too many available this time, because basically all correspond to plugins. So just 3 this time. --- lib/upgradelib.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/upgradelib.php b/lib/upgradelib.php index 304d712cfb0..a58fa1e60aa 100644 --- a/lib/upgradelib.php +++ b/lib/upgradelib.php @@ -508,6 +508,10 @@ function upgrade_stale_php_files_present(): bool { global $CFG; $someexamplesofremovedfiles = [ + // Removed in 4.1. + '/mod/forum/classes/task/refresh_forum_post_counts.php', + '/user/amd/build/participantsfilter.min.js', + '/user/amd/src/participantsfilter.js', // Removed in 4.0. '/admin/classes/task_log_table.php', '/admin/cli/mysql_engine.php',