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:
Diffstat (limited to 'core/QuickForm2.php')
-rw-r--r--core/QuickForm2.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/QuickForm2.php b/core/QuickForm2.php
index 2c8d6fa98e..0da689d5cb 100644
--- a/core/QuickForm2.php
+++ b/core/QuickForm2.php
@@ -18,7 +18,7 @@ use HTML_QuickForm2_Renderer;
/**
* Manages forms displayed in Twig
*
- * For an example, @see Piwik_Login_FormLogin
+ * For an example, @see Piwik\Plugins\Login\FormLogin
*
* @see HTML_QuickForm2, libs/HTML/QuickForm2.php
* @link http://pear.php.net/package/HTML_QuickForm2/