mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
Merge branch 'MDL-71149' of https://github.com/stronk7/moodle
This commit is contained in:
commit
b68dc5c492
1 changed files with 6 additions and 0 deletions
|
@ -456,6 +456,12 @@ function upgrade_stale_php_files_present() {
|
|||
global $CFG;
|
||||
|
||||
$someexamplesofremovedfiles = array(
|
||||
// Removed in 3.11.
|
||||
'/customfield/edit.php',
|
||||
'/lib/phpunit/classes/autoloader.php',
|
||||
'/lib/xhprof/README',
|
||||
'/message/defaultoutputs.php',
|
||||
'/user/files_form.php',
|
||||
// Removed in 3.10.
|
||||
'/grade/grading/classes/privacy/gradingform_provider.php',
|
||||
'/lib/coursecatlib.php',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue