Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge branch 'MDL-63373' of git://github.com/stronk7/moodle
- Loading branch information
Showing
with
3 additions
and
0 deletions.
-
+3
−0
lib/upgradelib.php
|
@@ -431,6 +431,9 @@ function upgrade_stale_php_files_present() { |
|
|
|
|
|
$someexamplesofremovedfiles = array( |
|
|
// Removed in 3.6. |
|
|
'/lib/classes/session/memcache.php', |
|
|
'/lib/eventslib.php', |
|
|
'/lib/form/submitlink.php', |
|
|
'/lib/medialib.php', |
|
|
'/lib/password_compat/lib/password.php', |
|
|
// Removed in 3.5. |
|
|