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:
authormattab <matthieu.aubry@gmail.com>2013-12-25 12:41:28 +0400
committermattab <matthieu.aubry@gmail.com>2013-12-25 12:41:28 +0400
commit58ee8846720a23044695671564291ce31327eab2 (patch)
treefbffc2764a1a87eb38411b12467f5e6023b6046d
parent79db129678857fade50d0af50a9d4177d77c3feb (diff)
fixes #4427 prefix path was missing
-rw-r--r--core/Error.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Error.php b/core/Error.php
index d5cb3531b4..929c75ce3a 100644
--- a/core/Error.php
+++ b/core/Error.php
@@ -10,7 +10,7 @@
*/
namespace Piwik;
-require_once 'Log.php';
+require_once PIWIK_INCLUDE_PATH . '/core/Log.php';
/**
* Holds PHP error information (non-exception errors). Also contains log formatting logic