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:
authorMatthieu Aubry <matt@piwik.org>2016-04-07 03:45:45 +0300
committerMatthieu Aubry <matt@piwik.org>2016-04-07 03:45:45 +0300
commit2d0f7c726c60aebfc78b7139fa37b526295e75cd (patch)
tree28f8c5398bc52b1346f77e6e5542b8a069ef7926 /plugins
parent5d21b184903861ea1d4dbcfc0e94ea814f53a794 (diff)
parentf0aa305d555c40a215a43ea137746667310eb018 (diff)
Merge pull request #10012 from piwik/10005
Add documentation to deleteSite method and explain logs and archives wont be deleted
Diffstat (limited to 'plugins')
-rw-r--r--plugins/SitesManager/API.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/SitesManager/API.php b/plugins/SitesManager/API.php
index d6b969f9ad..dc44315e24 100644
--- a/plugins/SitesManager/API.php
+++ b/plugins/SitesManager/API.php
@@ -651,7 +651,9 @@ class API extends \Piwik\Plugin\API
}
/**
- * Delete a website from the database, given its Id.
+ * Delete a website from the database, given its Id. The method deletes the actual site as well as some associated
+ * data. However, it does not delete any logs or archives that belong to this website. You can delete logs and
+ * archives for a site manually as described in this FAQ: http://piwik.org/faq/how-to/faq_73/ .
*
* Requires Super User access.
*