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-07-02 11:17:47 +0400
committermattab <matthieu.aubry@gmail.com>2013-07-02 11:17:47 +0400
commit8d1adbc7f41411a2a1ea057432f89f7a2390fba7 (patch)
tree8652580f0eb88a7d2b5bd08988ae39d7fd4c29f6 /piwik.php
parent9188016ec926a81bf03bc18346781bc5b3303a44 (diff)
Fixing tests
Diffstat (limited to 'piwik.php')
-rw-r--r--piwik.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/piwik.php b/piwik.php
index 5fca8f9026..efc2174310 100644
--- a/piwik.php
+++ b/piwik.php
@@ -7,7 +7,7 @@
*
* @package Piwik
*/
-$GLOBALS['PIWIK_TRACKER_DEBUG'] = !false;
+$GLOBALS['PIWIK_TRACKER_DEBUG'] = false;
$GLOBALS['PIWIK_TRACKER_DEBUG_FORCE_SCHEDULED_TASKS'] = false;
define('PIWIK_ENABLE_TRACKING', true);