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@gmail.com>2015-01-12 03:10:52 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-01-15 05:59:27 +0300
commit2d3c709c6129241bea360fb83383327e1fea7154 (patch)
treeef35c98317457a8e9acf490edc1f1e1daa55243b /plugins/Feedback/Menu.php
parent11b56513c260533c89fbef709817944227189e93 (diff)
show a menu in the user area, lots of improvements to be more consistent
Diffstat (limited to 'plugins/Feedback/Menu.php')
-rw-r--r--plugins/Feedback/Menu.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/Feedback/Menu.php b/plugins/Feedback/Menu.php
index acfd55dab1..19d3f62db5 100644
--- a/plugins/Feedback/Menu.php
+++ b/plugins/Feedback/Menu.php
@@ -15,9 +15,8 @@ class Menu extends \Piwik\Plugin\Menu
{
public function configureUserMenu(MenuUser $menu)
{
- $menu->addItem(
+ $menu->addPlatformItem(
'General_Help',
- null,
$this->urlForAction('index', array('segment' => false)),
$order = 99,
$tooltip = Piwik::translate('Feedback_TopLinkTooltip')