Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
![]() |
ad2fb31c89 |
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ class ContributionScores extends IncludableSpecialPage {
|
|||
} else {
|
||||
$output = wfMessage( 'contributionscores-invalidusername' )->text();
|
||||
}
|
||||
return $parser->insertStripItem( $output, $parser->mStripState );
|
||||
return $parser->insertStripItem( $output, $parser->getStripState() );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue