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
path: root/libs
diff options
context:
space:
mode:
authorStefan Giehl <stefan@matomo.org>2020-07-21 20:59:45 +0300
committerGitHub <noreply@github.com>2020-07-21 20:59:45 +0300
commit1d24a1532135b7f8e465990aa40863fb28621951 (patch)
treedaf8e140979eef71863ab8daa8bdb45f0f0edb0e /libs
parent2c998d20227c26651a4f6599302335b322f1d04a (diff)
Update PiwikTracker.php (#16227)
Diffstat (limited to 'libs')
-rw-r--r--libs/PiwikTracker/PiwikTracker.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/PiwikTracker/PiwikTracker.php b/libs/PiwikTracker/PiwikTracker.php
index 48b2869be5..b8775bf577 100644
--- a/libs/PiwikTracker/PiwikTracker.php
+++ b/libs/PiwikTracker/PiwikTracker.php
@@ -11,7 +11,7 @@
// code, this file has been left as a redirect to its new location in the
// vendor directory.
if (!class_exists('PiwikTracker')) {
- require_once __DIR__ . '/../../vendor/piwik/piwik-php-tracker/PiwikTracker.php';
+ require_once __DIR__ . '/../../vendor/matomo/matomo-php-tracker/PiwikTracker.php';
}
if (PiwikTracker::VERSION !== 1) {