mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-69638 install: update the list of stale files for 3.10
This commit is contained in:
parent
8b026809c5
commit
0e8d14f4e9
1 changed files with 5 additions and 0 deletions
|
@ -456,6 +456,11 @@ function upgrade_stale_php_files_present() {
|
||||||
global $CFG;
|
global $CFG;
|
||||||
|
|
||||||
$someexamplesofremovedfiles = array(
|
$someexamplesofremovedfiles = array(
|
||||||
|
// Removed in 3.10.
|
||||||
|
'/grade/grading/classes/privacy/gradingform_provider.php',
|
||||||
|
'/lib/coursecatlib.php',
|
||||||
|
'/lib/form/htmleditor.php',
|
||||||
|
'/message/classes/output/messagearea/contact.php',
|
||||||
// Removed in 3.9.
|
// Removed in 3.9.
|
||||||
'/course/classes/output/modchooser_item.php',
|
'/course/classes/output/modchooser_item.php',
|
||||||
'/course/yui/build/moodle-course-modchooser/moodle-course-modchooser-min.js',
|
'/course/yui/build/moodle-course-modchooser/moodle-course-modchooser-min.js',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue