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-19 01:45:57 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-06-19 01:45:57 +0400
commite450ec5a097625bf15da91376e8f81a0977c5a5e (patch)
tree5dc7ac79e559064ffe526361a1ae56993935f46d /plugins/Actions/Menu.php
parent9bf2d1ca455d4929ef015f7805f44cb70d2cb7bd (diff)
automatically render a single report if possible. Not sure about this yet. handling all this menu stuff makes sense and it does not...
Diffstat (limited to 'plugins/Actions/Menu.php')
-rw-r--r--plugins/Actions/Menu.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/Actions/Menu.php b/plugins/Actions/Menu.php
index 24d2d4f1f8..3e8a113bb2 100644
--- a/plugins/Actions/Menu.php
+++ b/plugins/Actions/Menu.php
@@ -15,10 +15,8 @@ class Menu extends \Piwik\Plugin\Menu
public function configureReportingMenu(MenuReporting $menu)
{
$urlParams = array(
- 'module' => 'CoreHome',
- 'action' => 'renderMenuReport',
- 'reportModule' => 'Actions',
- 'reportAction' => 'getPageUrls'
+ 'module' => 'Actions',
+ 'action' => 'menuGetPageUrls'
);
$menu->add('General_Actions', '', $urlParams, true, 15);