mirror of
https://github.com/moodle/moodle.git
synced 2025-04-03 15:32:43 +02:00
Merge branch 'MDL-76015' of https://github.com/stronk7/moodle
This commit is contained in:
commit
a8019c43bf
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user