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
path: root/core
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2013-09-18 04:14:33 +0400
committermattab <matthieu.aubry@gmail.com>2013-09-18 04:14:33 +0400
commitfcd75a512801b3b1c0b112781ecab37e03cd6fa7 (patch)
tree4988404756e76169251b6d86ccbddd46a30502ed /core
parent888e70f2c35fe864917cc38819342f74a845b652 (diff)
Tweaks to alpha build
Diffstat (limited to 'core')
-rw-r--r--core/Filechecks.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Filechecks.php b/core/Filechecks.php
index ba38d2ef65..a51b9d0683 100644
--- a/core/Filechecks.php
+++ b/core/Filechecks.php
@@ -117,8 +117,8 @@ class Filechecks
}
require_once $manifest;
-
- $files = Manifest::$files;
+A
+ $files = \Piwik\Manifest::$files;
$hasMd5file = function_exists('md5_file');
$hasMd5 = function_exists('md5');