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 /core/WidgetsList.php
parent2c5e854984ab6e989d41d366b961953fbb2defee (diff)
refs #4134 use plural to indicate a developer can add multiple entries or widgets
Diffstat (limited to 'core/WidgetsList.php')
-rw-r--r--core/WidgetsList.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/WidgetsList.php b/core/WidgetsList.php
index 83a3fdc8e2..01ac7f5178 100644
--- a/core/WidgetsList.php
+++ b/core/WidgetsList.php
@@ -31,7 +31,7 @@ class WidgetsList
/**
* Returns all available widgets
- * The event WidgetsList.addWidget is used to create the list
+ * The event WidgetsList.addWidgets is used to create the list
*
* @return array
*/
@@ -56,7 +56,7 @@ class WidgetsList
{
if (!self::$hookCalled) {
self::$hookCalled = true;
- Piwik_PostEvent('WidgetsList.addWidget');
+ Piwik_PostEvent('WidgetsList.addWidgets');
}
}