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:
authorMatthieu Napoli <matthieu@mnapoli.fr>2014-10-12 14:18:38 +0400
committerMatthieu Napoli <matthieu@mnapoli.fr>2014-10-12 14:18:38 +0400
commitb6dcd8bc642078f92e95c9f49cd2260d195eb9ab (patch)
tree93f070d97c7a9b5134c14eeb62c093dd13618dc4 /piwik.php
parentfe73ae8d61658c8a29ef9e91840c4633e42a9ff6 (diff)
#6085 Removed $GLOBALS['PIWIK_TRACKER_DEBUG_FORCE_SCHEDULED_TASKS'] and replaced it with DEBUG_FORCE_SCHEDULED_TASKS
Diffstat (limited to 'piwik.php')
-rw-r--r--piwik.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/piwik.php b/piwik.php
index f5278f5d47..636d6f8b22 100644
--- a/piwik.php
+++ b/piwik.php
@@ -15,7 +15,6 @@ use Piwik\Tracker;
// Note: if you wish to debug the Tracking API please see this documentation:
// http://developer.piwik.org/api-reference/tracking-api#debugging-the-tracker
-$GLOBALS['PIWIK_TRACKER_DEBUG_FORCE_SCHEDULED_TASKS'] = false;
define('PIWIK_ENABLE_TRACKING', true);
if (!defined('PIWIK_DOCUMENT_ROOT')) {