Follow-up r81456: forgot to remove a global declaration
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 3 Feb 2011 15:31:38 +0000 (15:31 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 3 Feb 2011 15:31:38 +0000 (15:31 +0000)
includes/Article.php

index 7812e35..59e4c85 100644 (file)
@@ -249,7 +249,7 @@ class Article {
         * @return Return the text of this revision
         */
        public function getContent() {
-               global $wgUser, $wgContLang;
+               global $wgUser;
 
                wfProfileIn( __METHOD__ );