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:
authorLuca <41986129+obendev@users.noreply.github.com>2019-07-06 09:18:08 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2019-07-06 09:18:08 +0300
commitb41dd466fd36c7b8f9b85656ca7d30bf0b574509 (patch)
treebbebd4c0f45cc4be83bae95ca04bc1f85659bcec
parentc8b2dc8576187591d2aaf70bf7552bfe9d69f63c (diff)
Update GitHub link (#14636)
-rw-r--r--tests/PHPUnit/Integration/ArchiveProcessingTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/Integration/ArchiveProcessingTest.php b/tests/PHPUnit/Integration/ArchiveProcessingTest.php
index e5f5b13369..6e154c69b7 100644
--- a/tests/PHPUnit/Integration/ArchiveProcessingTest.php
+++ b/tests/PHPUnit/Integration/ArchiveProcessingTest.php
@@ -338,7 +338,7 @@ class ArchiveProcessingTest extends IntegrationTestCase
. ' The error Messages from MySQL were: '
. $didWeUseBulk
. "\n\n Learn more how to enable LOAD LOCAL DATA INFILE see the Mysql doc (http://dev.mysql.com/doc/refman/5.0/en/load-data-local.html) "
- . "\n or ask in this Piwik ticket (https://github.com/matomo-org/piwik/issues/3605)"
+ . "\n or ask in this Piwik ticket (https://github.com/matomo-org/matomo/issues/3605)"
);
}
return $didWeUseBulk;