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>2014-10-10 14:53:01 +0400
committermattab <matthieu.aubry@gmail.com>2014-10-10 14:53:01 +0400
commitb4ca281432dcb5d2365164eb0d2287754c0c3caf (patch)
tree4eddccc2a778bda1e0b6e35056ff893f5e0bcbe8 /index.php
parent344e60022ce584fe8dec25cddbfe92ba1045ad8b (diff)
more test fixes
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.php b/index.php
index baee05066c..9e2eebd36a 100644
--- a/index.php
+++ b/index.php
@@ -40,7 +40,8 @@ require_once file_exists(PIWIK_INCLUDE_PATH . '/vendor/autoload.php')
: PIWIK_INCLUDE_PATH . '/../../autoload.php'; // Piwik is installed as a dependency
if(!defined('PIWIK_PRINT_ERROR_BACKTRACE')) {
- define('PIWIK_PRINT_ERROR_BACKTRACE', false);
+ // TODO revert
+ define('PIWIK_PRINT_ERROR_BACKTRACE', true);
}
require_once PIWIK_INCLUDE_PATH . '/core/dispatch.php'; \ No newline at end of file