Remove unneeded variable assignment in Usercreate.php

Change-Id: I8fe2e6bc3a6c63dacee8d6c8f314d9b4161b7144
This commit is contained in:
umherirrender 2015-03-26 20:13:01 +01:00
parent 63a8237c64
commit edd418078b

View file

@ -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++