From: Platonides Date: Thu, 26 Jan 2012 17:16:41 +0000 (+0000) Subject: Unused global X-Git-Tag: 1.31.0-rc.0~25077 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=f5c897bf6642e9e35b9a54ac90cc04f330866b3e;p=lhc%2Fweb%2Fwiklou.git Unused global --- diff --git a/includes/Wiki.php b/includes/Wiki.php index e5be1dafa3..05b2624254 100644 --- a/includes/Wiki.php +++ b/includes/Wiki.php @@ -463,8 +463,6 @@ class MediaWiki { * @param $article Article */ private function performAction( Page $article ) { - global $wgSquidMaxage; - wfProfileIn( __METHOD__ ); $request = $this->context->getRequest();