From: Alexandre Emsenhuber Date: Thu, 3 Feb 2011 15:31:38 +0000 (+0000) Subject: Follow-up r81456: forgot to remove a global declaration X-Git-Tag: 1.31.0-rc.0~32231 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22suivi_revisions%22%29%20.%20%22?a=commitdiff_plain;h=61accbc57a648cc767290fcddc638e555732de4f;p=lhc%2Fweb%2Fwiklou.git Follow-up r81456: forgot to remove a global declaration --- diff --git a/includes/Article.php b/includes/Article.php index 7812e35809..59e4c85e92 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -249,7 +249,7 @@ class Article { * @return Return the text of this revision */ public function getContent() { - global $wgUser, $wgContLang; + global $wgUser; wfProfileIn( __METHOD__ );