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-18 00:25:25 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-10-18 00:25:25 +0400
commit2c66735a9a5449c7077fc2c6aaab45e88c001b88 (patch)
tree6eeab853b3433239fa1f00556cd2df4502b473fc /core/Menu/MenuAbstract.php
parent4de8f8db6493aaa9f5847bfd669aa464fc9e3347 (diff)
fixes #4229 added possibility to disable marketplace in config
Diffstat (limited to 'core/Menu/MenuAbstract.php')
-rw-r--r--core/Menu/MenuAbstract.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Menu/MenuAbstract.php b/core/Menu/MenuAbstract.php
index 0c71a79ee3..c141e617bb 100644
--- a/core/Menu/MenuAbstract.php
+++ b/core/Menu/MenuAbstract.php
@@ -16,7 +16,7 @@ use Piwik\Singleton;
/**
* @package Piwik_Menu
- * @method \Piwik\Menu\MenuAbstract getInstance()
+ * @static \Piwik\Menu\MenuAbstract getInstance()
*/
abstract class MenuAbstract extends Singleton
{