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:
authorStefan Giehl <stefan@matomo.org>2020-01-28 00:20:43 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2020-01-28 00:20:43 +0300
commit907a3d6f78693bcaadde7460fe0c2224161de63b (patch)
tree1c87dd15286dca1afc9fc6b20ca8ca80ca3cb218 /plugins/SitesManager
parentf734983e24af1dd2c1b37208bc18d6dea4114815 (diff)
Use rebranded components (#15253)
Diffstat (limited to 'plugins/SitesManager')
-rw-r--r--plugins/SitesManager/API.php2
-rw-r--r--plugins/SitesManager/Controller.php2
2 files changed, 3 insertions, 1 deletions
diff --git a/plugins/SitesManager/API.php b/plugins/SitesManager/API.php
index b217593ab2..1230e3e4b6 100644
--- a/plugins/SitesManager/API.php
+++ b/plugins/SitesManager/API.php
@@ -15,7 +15,7 @@ use Piwik\Common;
use Piwik\Container\StaticContainer;
use Piwik\Date;
use Piwik\Intl\Data\Provider\CurrencyDataProvider;
-use Piwik\Network\IPUtils;
+use Matomo\Network\IPUtils;
use Piwik\Option;
use Piwik\Piwik;
use Piwik\Plugin\SettingsProvider;
diff --git a/plugins/SitesManager/Controller.php b/plugins/SitesManager/Controller.php
index 807757b845..be4ea71120 100644
--- a/plugins/SitesManager/Controller.php
+++ b/plugins/SitesManager/Controller.php
@@ -102,6 +102,8 @@ class Controller extends \Piwik\Plugin\ControllerAdmin
/**
* User will download a file called PiwikTracker.php that is the content of the actual script
+ *
+ * @deprecated seems unused and PiwikTracker is now MatomoTracker
*/
function downloadPiwikTracker()
{