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 'plugins/SitesManager/API.php')
-rw-r--r--plugins/SitesManager/API.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/SitesManager/API.php b/plugins/SitesManager/API.php
index aa0cadb5df..a28093ed98 100644
--- a/plugins/SitesManager/API.php
+++ b/plugins/SitesManager/API.php
@@ -350,7 +350,7 @@ class API extends \Piwik\Plugin\API
* For the superUser it returns all the websites in the database.
*
* @param bool|int $limit Specify max number of sites to return
- * @param bool $_restrictSitesToLogin Hack necessary when runnning scheduled tasks, where "Super User" is forced, but sometimes not desired, see #3017
+ * @param bool $_restrictSitesToLogin Hack necessary when running scheduled tasks, where "Super User" is forced, but sometimes not desired, see #3017
* @return array array for each site, an array of information (idsite, name, main_url, etc.)
*/
public function getSitesWithAtLeastViewAccess($limit = false, $_restrictSitesToLogin = false)
@@ -1282,7 +1282,7 @@ class API extends \Piwik\Plugin\API
* Updates the field ts_created for the specified websites.
*
* @param $idSites int Id Site to update ts_created
- * @param $minDate Date to set as creation date. To play it safe it will substract one more day.
+ * @param $minDate Date to set as creation date. To play it safe it will subtract one more day.
*
* @ignore
*/