Skip to content

Commit

Permalink
Merge branch 'MDL-65214' of git://github.com/stronk7/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed Apr 3, 2019
2 parents 849d2e5 + 09b97f4 commit ea0d5fd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/upgradelib.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit ea0d5fd

Please sign in to comment.