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-03 15:31:03 +0400
committermattab <matthieu.aubry@gmail.com>2013-07-03 15:31:03 +0400
commit469aa03fe0a4f4e2374090996ad6b8e67a27ecab (patch)
tree948519144f5f727c30fe2d1a7eabb421a284147b /piwik.php
parentbcad4138ca663e10ef4b21b91211638d918fd86e (diff)
Enabling debug to understand travis failure
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 efc2174310..5fca8f9026 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);