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/PDFReports
parent2c5e854984ab6e989d41d366b961953fbb2defee (diff)
refs #4134 use plural to indicate a developer can add multiple entries or widgets
Diffstat (limited to 'plugins/PDFReports')
-rw-r--r--plugins/PDFReports/PDFReports.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PDFReports/PDFReports.php b/plugins/PDFReports/PDFReports.php
index e59c98b2a5..569068151c 100644
--- a/plugins/PDFReports/PDFReports.php
+++ b/plugins/PDFReports/PDFReports.php
@@ -78,7 +78,7 @@ class PDFReports extends \Piwik\Plugin
public function getListHooksRegistered()
{
return array(
- 'TopMenu.addMenuEntry' => 'addTopMenu',
+ 'TopMenu.addMenuEntries' => 'addTopMenu',
'TaskScheduler.getScheduledTasks' => 'getScheduledTasks',
'AssetManager.getJavaScriptFiles' => 'getJsFiles',
'PDFReports.getReportParameters' => 'getReportParameters',