From: Gabriel Wicke Date: Fri, 4 Jun 2004 11:17:38 +0000 (+0000) Subject: global declaration X-Git-Tag: 1.5.0alpha1~3042 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=commitdiff_plain;h=0d64e62140d1a65be5e24a4c7b9fb0ad192991de;p=lhc%2Fweb%2Fwiklou.git global declaration --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index a9e3e7bd86..c83dba4415 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -220,6 +220,7 @@ class OutputPage { } function tryParserCache( $article, $user ) { + global $wgParserCache; $parserOutput = $wgParserCache->get( $article, $user ); if ( $parserOutput !== false ) { $this->mLanguageLinks += $parserOutput->getLanguageLinks();