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/CustomVariables/CustomVariables.php
parentcc422d3f666e4b4b87037499ee8b27609d1481b5 (diff)
refs #4134 renamed some more hooks and removed some not used and not needed hooks
Diffstat (limited to 'plugins/CustomVariables/CustomVariables.php')
-rw-r--r--plugins/CustomVariables/CustomVariables.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CustomVariables/CustomVariables.php b/plugins/CustomVariables/CustomVariables.php
index fe7871d4c0..7f8dd16edf 100644
--- a/plugins/CustomVariables/CustomVariables.php
+++ b/plugins/CustomVariables/CustomVariables.php
@@ -36,7 +36,7 @@ class CustomVariables extends \Piwik\Plugin
'ArchiveProcessor.Day.compute' => 'archiveDay',
'ArchiveProcessor.Period.compute' => 'archivePeriod',
'WidgetsList.addWidgets' => 'addWidgets',
- 'Menu.addMenuEntries' => 'addMenus',
+ 'Menu.Reporting.addItems' => 'addMenus',
'Goals.getReportsWithGoalMetrics' => 'getReportsWithGoalMetrics',
'API.getReportMetadata' => 'getReportMetadata',
'API.getSegmentsMetadata' => 'getSegmentsMetadata',