Merge "Add Special:UserLogin/signup to search suggestions"

This commit is contained in:
jenkins-bot 2016-02-05 16:46:30 +00:00 committed by Gerrit Code Review
commit c879d5be2c

View file

@ -1758,4 +1758,7 @@ class LoginForm extends SpecialPage {
return $expired;
}
protected function getSubpagesForPrefixSearch() {
return array( 'signup' );
}
}