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-12-03 23:16:26 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-12-03 23:16:26 +0400
commit0e756f1c7b6650c0df45c06bcebe0abe841f745e (patch)
tree1147922936b7414aae4efe4fd9dc451b3fa2f1a3 /core/WidgetsList.php
parent9281714affdf498333912858747de2c3cdf85f8d (diff)
refs #4244 fix some links
Diffstat (limited to 'core/WidgetsList.php')
-rw-r--r--core/WidgetsList.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/WidgetsList.php b/core/WidgetsList.php
index bde8ba170e..26b4086d83 100644
--- a/core/WidgetsList.php
+++ b/core/WidgetsList.php
@@ -13,7 +13,7 @@ namespace Piwik;
/**
* Manages the global list of reports that can be displayed as dashboard widgets.
*
- * Reports are added as dashboard widgets through the {@link addWidgets}
+ * Reports are added as dashboard widgets through the {@hook WidgetsList.addWidgets}
* event. Plugins should call {@link add()} in event observers for this event.
*
* @package PluginsFunctions