mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 04:52:36 +02:00
MDL-65214 install: update the list of stale files for 3.7
This commit is contained in:
parent
0920f35ed9
commit
09b97f40fc
@ -430,6 +430,12 @@ function upgrade_stale_php_files_present() {
|
||||
global $CFG;
|
||||
|
||||
$someexamplesofremovedfiles = array(
|
||||
// Removed in 3.7.
|
||||
'/lib/form/yui/src/showadvanced/js/showadvanced.js',
|
||||
'/lib/tests/output_external_test.php',
|
||||
'/message/amd/src/message_area.js',
|
||||
'/message/templates/message_area.mustache',
|
||||
'/question/yui/src/qbankmanager/build.json',
|
||||
// Removed in 3.6.
|
||||
'/lib/classes/session/memcache.php',
|
||||
'/lib/eventslib.php',
|
||||
|
Loading…
x
Reference in New Issue
Block a user