(cp 97b665d) issue #1827 new check on filesystem compared to what is listed in the database

While not fixing issue #1827 it helps users to detect if they have been
affected by the problem.
This commit is contained in:
plegall
2022-12-16 15:13:56 +01:00
parent 6eda4f6849
commit 5e002afe21
8 changed files with 112 additions and 0 deletions
+1
View File
@@ -552,6 +552,7 @@ class updates
// changes. Anyway, a compiled template purge will be performed
// by upgrade.php
$template->delete_compiled_templates();
conf_delete_param('fs_quick_check_last_check');
$page['infos'][] = l10n('Update Complete');
$page['infos'][] = $upgrade_to;