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:
authordiosmosis <benaka@piwik.pro>2015-04-09 09:12:18 +0300
committerdiosmosis <benaka@piwik.pro>2015-04-09 09:12:18 +0300
commit4139320aa886586194a1abe3050da3bc9803cb24 (patch)
tree45f0e2c1ceb21a6b195548cada3392d97b415d81 /core/Plugin
parente24d32aeec48697c5ff0d21e4c2824105a27e919 (diff)
Move two TODOs in Manager to PluginList.
Diffstat (limited to 'core/Plugin')
-rw-r--r--core/Plugin/Manager.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/Plugin/Manager.php b/core/Plugin/Manager.php
index bf6906cfc8..dca1b19e0b 100644
--- a/core/Plugin/Manager.php
+++ b/core/Plugin/Manager.php
@@ -219,8 +219,6 @@ class Manager
* Update Plugins config
*
* @param array $pluginsToLoad Plugins
- *
- * TODO: see uses of this + updatePluginsInstalledConfig (also clearPluginsInstalledConfig)
*/
private function updatePluginsConfig($pluginsToLoad)
{
@@ -477,8 +475,6 @@ class Manager
*
* @param string $pluginName Name of plugin
* @throws \Exception
- *
- * TODO: pluginList needs to be updated in this case. some of these methods need to go into PluginList.
*/
public function activatePlugin($pluginName)
{