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:
authorsgiehl <stefan@piwik.org>2018-01-10 19:59:14 +0300
committersgiehl <stefan@piwik.org>2018-01-10 19:59:14 +0300
commitc069fd9a9e9f9bea0f5b7cc41d9dcb46fc1df505 (patch)
treefab790f23cedfe53ff9c9b248e5dbfa396a9c0ee /plugins
parent676c02cfdc0256e82ad1f7acb19b5a78cae1c992 (diff)
new repo url
Diffstat (limited to 'plugins')
-rw-r--r--plugins/LanguagesManager/Commands/CreatePull.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/LanguagesManager/Commands/CreatePull.php b/plugins/LanguagesManager/Commands/CreatePull.php
index bebfab973b..17ffa7b9ad 100644
--- a/plugins/LanguagesManager/Commands/CreatePull.php
+++ b/plugins/LanguagesManager/Commands/CreatePull.php
@@ -207,7 +207,7 @@ class CreatePull extends TranslationBase
-u '.$username.' \
--data "{\"title\":\"[automatic translation update] '.$title.'\",\"body\":\"'.$message.'\",\"head\":\"translationupdates\",\"base\":\"' . self::GIT_BASE_BRANCH . '\"}" \
-H "Accept: application/json" \
- https://api.github.com/repos/piwik/piwik/pulls');
+ https://api.github.com/repos/matomo-org/piwik/pulls');
switch ($returnCode) {
case 401: