mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 04:22:07 +02:00
Merge branch 'MDL-65214' of git://github.com/stronk7/moodle
This commit is contained in:
commit
ea0d5fd732
@ -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