From 61accbc57a648cc767290fcddc638e555732de4f Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Thu, 3 Feb 2011 15:31:38 +0000 Subject: [PATCH] Follow-up r81456: forgot to remove a global declaration --- includes/Article.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__ ); -- 2.20.1