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 16:20:29 +0400
committermattab <matthieu.aubry@gmail.com>2013-07-03 16:20:29 +0400
commit0563a8082ca4b82bf14c09d3a2b8f7e8bf52fcab (patch)
tree11fc6f2850116f77ecff154b7ae0a8758b47d981 /piwik.php
parent469aa03fe0a4f4e2374090996ad6b8e67a27ecab (diff)
Fixing last test
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);