Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/Filechecks.php')
-rw-r--r--core/Filechecks.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Filechecks.php b/core/Filechecks.php
index a51b9d0683..1c15cc5ea8 100644
--- a/core/Filechecks.php
+++ b/core/Filechecks.php
@@ -117,7 +117,7 @@ class Filechecks
}
require_once $manifest;
-A
+
$files = \Piwik\Manifest::$files;
$hasMd5file = function_exists('md5_file');