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@googlemail.com>2014-06-18 09:13:42 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-06-18 09:14:14 +0400
commit79ec9d19368dbe49b4dbb34bb4762784962b3652 (patch)
tree0a2e6d648bd9767cb0c458ca4cc6f3f9adb3c503 /plugins/Provider
parentc6f7e78c537921bda68b51c993ada8a220f896c1 (diff)
this is epic... by rendering the reports this way we can remove a lot of duplicated, unneeded code while having backwards compatible urls, developers are still able to completely overwrite the reports controller action, we fix some issues where CoreHome.renderWidget was reported in dispatch events instead of the actual module/action -> fixes also some security issues and most saved params for reports work again. Hope it works as expected
Diffstat (limited to 'plugins/Provider')
-rw-r--r--plugins/Provider/Controller.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/Provider/Controller.php b/plugins/Provider/Controller.php
index 54d9a4f322..24c348f00b 100644
--- a/plugins/Provider/Controller.php
+++ b/plugins/Provider/Controller.php
@@ -13,13 +13,5 @@ namespace Piwik\Plugins\Provider;
*/
class Controller extends \Piwik\Plugin\Controller
{
- /**
- * Provider
- * @return string|void
- */
- public function getProvider()
- {
- return $this->renderReport(__FUNCTION__);
- }
}