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:54:36 +0400
committermattab <matthieu.aubry@gmail.com>2014-10-10 14:54:36 +0400
commit47732d41d613efe238af354732f1a26136ff645c (patch)
treeb6e47d2d5a8f3a7b03d53a52e75075682e76aba8 /index.php
parentb4ca281432dcb5d2365164eb0d2287754c0c3caf (diff)
Revert debugging trick
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/index.php b/index.php
index 9e2eebd36a..baee05066c 100644
--- a/index.php
+++ b/index.php
@@ -40,8 +40,7 @@ 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')) {
- // TODO revert
- define('PIWIK_PRINT_ERROR_BACKTRACE', true);
+ define('PIWIK_PRINT_ERROR_BACKTRACE', false);
}
require_once PIWIK_INCLUDE_PATH . '/core/dispatch.php'; \ No newline at end of file