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/FormLogin.php')
-rw-r--r--plugins/Login/FormLogin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Login/FormLogin.php b/plugins/Login/FormLogin.php
index 5a74477772..46c02f2f91 100644
--- a/plugins/Login/FormLogin.php
+++ b/plugins/Login/FormLogin.php
@@ -15,7 +15,7 @@
*/
class Piwik_Login_FormLogin extends Piwik_QuickForm2
{
- function __construct( $id = 'loginform', $method = 'post', $attributes = null, $trackSubmit = false)
+ function __construct( $id = 'login_form', $method = 'post', $attributes = null, $trackSubmit = false)
{
parent::__construct($id, $method, $attributes, $trackSubmit);
}