(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
+2
View File
@@ -73,6 +73,8 @@ if ($nb_orphans > 0)
$page['warnings'][] = $message;
}
fs_quick_check();
// +-----------------------------------------------------------------------+
// | template init |
// +-----------------------------------------------------------------------+