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:
authorThomas Steur <thomas.steur@gmail.com>2016-04-06 00:14:59 +0300
committerThomas Steur <thomas.steur@gmail.com>2016-04-06 00:14:59 +0300
commitf0aa305d555c40a215a43ea137746667310eb018 (patch)
treec67bbd21cb46c0541cc486617e199310ea892236 /plugins
parentc881db234a884f127e18dcafac84c9e6407fec17 (diff)
fix #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.
*