From 1ae99ec3277fff9b4351cf066696fc7920be90d7 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Sun, 17 Sep 2017 13:27:28 +0200 Subject: [PATCH] MDL-60150 install: update the list of stale files for 3.4 --- lib/upgradelib.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/upgradelib.php b/lib/upgradelib.php index d0371b478fa..7272751034f 100644 --- a/lib/upgradelib.php +++ b/lib/upgradelib.php @@ -430,6 +430,11 @@ function upgrade_stale_php_files_present() { global $CFG; $someexamplesofremovedfiles = array( + // Removed in 3.4. + '/auth/README.txt', + '/calendar/set.php', + '/enrol/users.php', + '/enrol/yui/rolemanager/assets/skins/sam/rolemanager.css', // Removed in 3.3. '/badges/backpackconnect.php', '/calendar/yui/src/info/assets/skins/sam/moodle-calendar-info.css', -- 2.43.0