Merge branch 'MDL-65214' of git://github.com/stronk7/moodle

This commit is contained in:
Jun Pataleta 2019-04-03 09:48:00 +08:00
commit ea0d5fd732

View File

@ -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',