Remove unneeded variable assignment in Usercreate.php
Change-Id: I8fe2e6bc3a6c63dacee8d6c8f314d9b4161b7144
This commit is contained in:
parent
63a8237c64
commit
edd418078b
1 changed files with 1 additions and 1 deletions
|
|
@ -261,7 +261,7 @@ class UsercreateTemplate extends BaseTemplate {
|
|||
<?php
|
||||
echo Html::submitButton(
|
||||
$this->getMsg( $this->data['loggedin'] ? 'createacct-another-submit' : 'createacct-submit' ),
|
||||
$attrs = array(
|
||||
array(
|
||||
'id' => 'wpCreateaccount',
|
||||
'name' => 'wpCreateaccount',
|
||||
'tabindex' => $tabIndex++
|
||||
|
|
|
|||
Loading…
Reference in a new issue