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 'plugins/Login/FormResetPassword.php')
-rw-r--r--plugins/Login/FormResetPassword.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/plugins/Login/FormResetPassword.php b/plugins/Login/FormResetPassword.php
index abbe1bd4a1..0f02aaedcf 100644
--- a/plugins/Login/FormResetPassword.php
+++ b/plugins/Login/FormResetPassword.php
@@ -6,15 +6,17 @@
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*
* @category Piwik_Plugins
- * @package Piwik_Login
+ * @package Login
*/
+namespace Piwik\Plugins\Login;
+
use Piwik\QuickForm2;
/**
*
- * @package Piwik_Login
+ * @package Login
*/
-class Piwik_Login_FormResetPassword extends QuickForm2
+class FormResetPassword extends QuickForm2
{
function __construct($id = 'resetpasswordform', $method = 'post', $attributes = null, $trackSubmit = false)
{