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:
Diffstat (limited to 'core/Tracker.php')
-rw-r--r--core/Tracker.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Tracker.php b/core/Tracker.php
index f3c8fa55d7..ed911e55f6 100644
--- a/core/Tracker.php
+++ b/core/Tracker.php
@@ -338,7 +338,7 @@ class Tracker
$nextRunTime = $cache['lastTrackerCronRun'] + $minimumInterval;
- if ((isset($GLOBALS['PIWIK_TRACKER_DEBUG_FORCE_SCHEDULED_TASKS']) && $GLOBALS['PIWIK_TRACKER_DEBUG_FORCE_SCHEDULED_TASKS'])
+ if ((defined('DEBUG_FORCE_SCHEDULED_TASKS') && DEBUG_FORCE_SCHEDULED_TASKS)
|| $cache['lastTrackerCronRun'] === false
|| $nextRunTime < $now
) {