From 924805ee84a67b44f10cbaccc1f82c178d4d03e9 Mon Sep 17 00:00:00 2001 From: Stefan Giehl <stefan@piwik.org> Date: Wed, 30 Aug 2017 22:01:29 +0200 Subject: [PATCH] exclude cpchart cache files from integrity check (#11989) --- core/FileIntegrity.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/FileIntegrity.php b/core/FileIntegrity.php index f3346380b1..81626c32a0 100644 --- a/core/FileIntegrity.php +++ b/core/FileIntegrity.php @@ -79,6 +79,7 @@ class FileIntegrity 'plugins/ImageGraph/fonts/unifont.ttf', 'vendor/autoload.php', 'vendor/composer/autoload_real.php', + 'vendor/szymach/c-pchart/app/cache/*.db', 'tmp/*', // Files below are not expected but they used to be present in older Piwik versions and may be still here // As they are not going to cause any trouble we won't report them as 'File to delete' -- GitLab