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-05-21 04:51:56 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-05-21 04:51:56 +0400
commit2fca0520e60011b32dc7f612d5826d1bbed250d6 (patch)
treeeae5def1cd6bbd57b9424625f683d93a904dcb7b /plugins/ScheduledReports/Menu.php
parentd473373a77e6014d58c7224363b879452a10ebd2 (diff)
refs #5192 order user menu items + some UI tweaks and simplify
Diffstat (limited to 'plugins/ScheduledReports/Menu.php')
-rw-r--r--plugins/ScheduledReports/Menu.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/ScheduledReports/Menu.php b/plugins/ScheduledReports/Menu.php
index b70782ac63..ceeeee14ac 100644
--- a/plugins/ScheduledReports/Menu.php
+++ b/plugins/ScheduledReports/Menu.php
@@ -26,6 +26,13 @@ class Menu extends \Piwik\Plugin\Menu
$menu->add(
'CoreAdminHome_MenuManage',
+ null,
+ array('module' => '', 'action' => '', 'segment' => false),
+ true,
+ 10
+ );
+ $menu->add(
+ 'CoreAdminHome_MenuManage',
$this->getTopMenuTranslationKey(),
array('module' => 'ScheduledReports', 'action' => 'index', 'segment' => false),
true,