Fix missing create account link follow up

Follow up to 58b6831

Bug: T306116
Change-Id: I2989657f871b0a312e68c4af7757029b0c9c9f24
This commit is contained in:
bwang 2022-04-15 12:49:52 -05:00 committed by Jdlrobson
parent 58b6831e4d
commit 282fe1aa51
1 changed files with 0 additions and 1 deletions

View File

@ -235,7 +235,6 @@ abstract class SkinVector extends SkinMustache {
private function getCreateAccountHTML( $returnto, $class, $includeIcon ) {
$createAccountData = $this->buildCreateAccountData( $returnto );
$createAccountData['single-id'] = 'pt-createaccount';
unset( $createAccountData['icon'] );
if ( $includeIcon ) {
$class = array_merge(