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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user