Merge "Fix missing create account link follow up"

This commit is contained in:
jenkins-bot 2022-04-15 19:13:28 +00:00 committed by Gerrit Code Review
commit 3df381be52
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(