1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-25 10:26:17 +02:00

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.
This commit is contained in:
Eloy Lafuente (stronk7) 2022-10-17 11:50:40 +02:00
parent 5877ae306e
commit 50144cf589

@ -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',