Skip to content

Commit

Permalink
MDL-49778 lib: Update to upgrade_stale_php_files_present()
Browse files Browse the repository at this point in the history
  • Loading branch information
abgreeve committed May 5, 2015
1 parent 24a2bab commit aac6717
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/upgradelib.php
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,10 @@ function upgrade_stale_php_files_present() {
global $CFG;

$someexamplesofremovedfiles = array(
// Removed in 2.9.
'/lib/timezone.txt',
// Removed in 2.8.
'/course/delete_category_form.php',
// Removed in 2.7.
'/admin/tool/qeupgradehelper/version.php',
// Removed in 2.6.
Expand Down

0 comments on commit aac6717

Please sign in to comment.