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/Common.php')
-rw-r--r--core/Common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Common.php b/core/Common.php
index 03e05214c7..c332e682f2 100644
--- a/core/Common.php
+++ b/core/Common.php
@@ -1162,7 +1162,7 @@ class Common
if (isset($GLOBALS['PIWIK_TRACKER_DEBUG']) && $GLOBALS['PIWIK_TRACKER_DEBUG']) {
if (!headers_sent()) {
// prevent XSS in tracker debug output
- header('Content-type: text/plain');
+ Common::sendHeader('Content-type: text/plain');
}
if (is_object($info)) {