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:
authormattab <matthieu.aubry@gmail.com>2014-04-07 06:28:10 +0400
committermattab <matthieu.aubry@gmail.com>2014-04-07 06:28:10 +0400
commite05e56b5edab6c0f1a151083db6ab36f8d355fa0 (patch)
tree2466684d3ff6d54740bc6d2615f0aacaf5e16125 /plugins
parent0934766ff72dd382b807b84a0244d93829292fcd (diff)
Fixes #4958 Remove CoreAdminHome.getKnownSegmentsToArchive API
Diffstat (limited to 'plugins')
-rw-r--r--plugins/CoreAdminHome/API.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/CoreAdminHome/API.php b/plugins/CoreAdminHome/API.php
index d3d8f9adf7..8a0f0ed8c9 100644
--- a/plugins/CoreAdminHome/API.php
+++ b/plugins/CoreAdminHome/API.php
@@ -39,12 +39,6 @@ class API extends \Piwik\Plugin\API
return TaskScheduler::runTasks();
}
- public function getKnownSegmentsToArchive()
- {
- Piwik::checkUserHasSuperUserAccess();
- return SettingsPiwik::getKnownSegmentsToArchive();
- }
-
/*
* stores the list of websites IDs to re-reprocess in archive.php
*/