Merge "Fix "Cannot access non-public property Parser::$mStripState""
This commit is contained in:
commit
645c945994
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