-
Task
-
Resolution: Fixed
-
Minor
-
4.0
-
MOODLE_400_STABLE
-
MOODLE_400_STABLE
-
Simply verify we have a number (4-5) of files for the next major release. They all must be files deleted since last stable version (311) and current master.
git diff --name-status MOODLE_XX_STABLE..master | grep ^D
|
And, then, simply, add them to upgrade_stale_php_files_present().
Note that it's better not to pick any plugin file that maybe reinstalled manually (exception being forum files because that plugin is mandatory).