mirror of
https://github.com/moodle/moodle.git
synced 2025-04-19 07:25:30 +02:00
MDL-49778 lib: Update to upgrade_stale_php_files_present()
This commit is contained in:
parent
24a2babdd3
commit
aac6717056
@ -371,6 +371,10 @@ function upgrade_stale_php_files_present() {
|
||||
global $CFG;
|
||||
|
||||
$someexamplesofremovedfiles = array(
|
||||
// Removed in 2.9.
|
||||
'/lib/timezone.txt',
|
||||
// Removed in 2.8.
|
||||
'/course/delete_category_form.php',
|
||||
// Removed in 2.7.
|
||||
'/admin/tool/qeupgradehelper/version.php',
|
||||
// Removed in 2.6.
|
||||
|
Loading…
x
Reference in New Issue
Block a user