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/Profiler.php')
-rw-r--r--core/Profiler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Profiler.php b/core/Profiler.php
index 122e61f4b4..ae9c5e8b76 100644
--- a/core/Profiler.php
+++ b/core/Profiler.php
@@ -186,7 +186,7 @@ class Profiler
*/
public static function setupProfilerXHProf($mainRun = false)
{
- if(!empty($GLOBALS['PIWIK_TRACKER_MODE'])) {
+ if(SettingsServer::isTrackerApiRequest()) {
// do not profile Tracker
return;
}