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 01:20:17 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-10-02 01:20:17 +0400
commitf00d2f87b8b2c6a45e38c0c4eb5fd90eb919974b (patch)
treec44721afcded2d16cc9abf660d2be452e7d4f287 /plugins/CustomVariables/CustomVariables.php
parent2c5e854984ab6e989d41d366b961953fbb2defee (diff)
refs #4134 use plural to indicate a developer can add multiple entries or widgets
Diffstat (limited to 'plugins/CustomVariables/CustomVariables.php')
-rw-r--r--plugins/CustomVariables/CustomVariables.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CustomVariables/CustomVariables.php b/plugins/CustomVariables/CustomVariables.php
index 4fdf8537ca..fe7871d4c0 100644
--- a/plugins/CustomVariables/CustomVariables.php
+++ b/plugins/CustomVariables/CustomVariables.php
@@ -35,8 +35,8 @@ class CustomVariables extends \Piwik\Plugin
$hooks = array(
'ArchiveProcessor.Day.compute' => 'archiveDay',
'ArchiveProcessor.Period.compute' => 'archivePeriod',
- 'WidgetsList.addWidget' => 'addWidgets',
- 'Menu.addMenuEntry' => 'addMenus',
+ 'WidgetsList.addWidgets' => 'addWidgets',
+ 'Menu.addMenuEntries' => 'addMenus',
'Goals.getReportsWithGoalMetrics' => 'getReportsWithGoalMetrics',
'API.getReportMetadata' => 'getReportMetadata',
'API.getSegmentsMetadata' => 'getSegmentsMetadata',