From fea4557cc0d8691b2ffabf2149d611b459a38a6f Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Tue, 18 Apr 2017 13:19:37 +0200 Subject: [PATCH] MDL-58629 install: update the list of stale files for 3.3 --- lib/upgradelib.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/upgradelib.php b/lib/upgradelib.php index 2cf235fd263..5dcc7932391 100644 --- a/lib/upgradelib.php +++ b/lib/upgradelib.php @@ -371,6 +371,12 @@ function upgrade_stale_php_files_present() { global $CFG; $someexamplesofremovedfiles = array( + // Removed in 3.3. + '/badges/backpackconnect.php', + '/calendar/yui/src/info/assets/skins/sam/moodle-calendar-info.css', + '/competency/classes/external/exporter.php', + '/mod/forum/forum.js', + '/user/pixgroup.php', // Removed in 3.2. '/calendar/preferences.php', '/lib/alfresco/', -- 2.43.0