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
path: root/core/Menu
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@gmail.com>2013-12-03 06:49:48 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-12-03 06:49:48 +0400
commitee2936a03c196c45bfdaa6cf9e0d3beefd74cb12 (patch)
tree64176e5ed682174194dd7dcdc36ed1b9fe63d241 /core/Menu
parent7672be7ca3ff0492753733967262479185d78d98 (diff)
refs #4244 fix link
Diffstat (limited to 'core/Menu')
-rw-r--r--core/Menu/MenuAdmin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Menu/MenuAdmin.php b/core/Menu/MenuAdmin.php
index 6898af5944..c5c97c8265 100644
--- a/core/Menu/MenuAdmin.php
+++ b/core/Menu/MenuAdmin.php
@@ -64,7 +64,7 @@ class MenuAdmin extends MenuAbstract
* Triggered when collecting all available admin menu items. Subscribe to this event if you want
* to add one or more items to the Piwik admin menu.
*
- * Menu items should be added via the {@link Menu::add()} method.
+ * Menu items should be added via the {@link add()} method.
*
* **Example**
*