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-09-06 20:17:40 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-09-06 20:17:40 +0400
commit10d87282be043095ac0bfc8e9b16503588ad4652 (patch)
tree0c6016f66e9e797e7da9032f514880975e4c672c /plugins/ExampleUI
parenteee6ed99cf522e4e65df6618f5cd919a18da481b (diff)
refs #6140 forgot to replace this URL
Diffstat (limited to 'plugins/ExampleUI')
-rw-r--r--plugins/ExampleUI/Menu.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExampleUI/Menu.php b/plugins/ExampleUI/Menu.php
index d608968edf..66a0b7041a 100644
--- a/plugins/ExampleUI/Menu.php
+++ b/plugins/ExampleUI/Menu.php
@@ -18,7 +18,7 @@ class Menu extends \Piwik\Plugin\Menu
{
public function configureReportingMenu(MenuReporting $menu)
{
- $menu->addItem('UI Framework', '', array('module' => 'ExampleUI', 'action' => 'dataTables'), 30);
+ $menu->addItem('UI Framework', '', $this->urlForAction('dataTables'), 30);
$this->addSubMenu($menu, 'Data tables', 'dataTables', 1);
$this->addSubMenu($menu, 'Bar graph', 'barGraph', 2);