global declaration
This commit is contained in:
parent
e7ac88064a
commit
0d64e62140
1 changed files with 1 additions and 0 deletions
|
|
@ -220,6 +220,7 @@ class OutputPage {
|
|||
}
|
||||
|
||||
function tryParserCache( $article, $user ) {
|
||||
global $wgParserCache;
|
||||
$parserOutput = $wgParserCache->get( $article, $user );
|
||||
if ( $parserOutput !== false ) {
|
||||
$this->mLanguageLinks += $parserOutput->getLanguageLinks();
|
||||
|
|
|
|||
Loading…
Reference in a new issue