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>2013-10-02 06:31:06 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-10-02 06:31:06 +0400
commitf185beba0491c1f72f84d71d9c69cb11d75b0a6d (patch)
treee4fa41ce7896eaf8f46b567c7aed2461131749d4 /plugins/Dashboard/Dashboard.php
parentcc422d3f666e4b4b87037499ee8b27609d1481b5 (diff)
refs #4134 renamed some more hooks and removed some not used and not needed hooks
Diffstat (limited to 'plugins/Dashboard/Dashboard.php')
-rw-r--r--plugins/Dashboard/Dashboard.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Dashboard/Dashboard.php b/plugins/Dashboard/Dashboard.php
index c94b3e6df5..20ac92a9dc 100644
--- a/plugins/Dashboard/Dashboard.php
+++ b/plugins/Dashboard/Dashboard.php
@@ -31,8 +31,8 @@ class Dashboard extends \Piwik\Plugin
'AssetManager.getJavaScriptFiles' => 'getJsFiles',
'AssetManager.getStylesheetFiles' => 'getStylesheetFiles',
'UsersManager.deleteUser' => 'deleteDashboardLayout',
- 'Menu.addMenuEntries' => 'addMenus',
- 'TopMenu.addMenuEntries' => 'addTopMenu',
+ 'Menu.Reporting.addItems' => 'addMenus',
+ 'Menu.Top.addItems' => 'addTopMenu',
'Translate.getClientSideTranslationKeys' => 'getClientSideTranslationKeys'
);
}