From: Aaron Schulz Date: Mon, 24 Oct 2011 22:19:02 +0000 (+0000) Subject: FU r100645: don't pass unused param X-Git-Tag: 1.31.0-rc.0~26923 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=d85333fda8ded20b8fb6dd42ba64d99ffb24e7f1;p=lhc%2Fweb%2Fwiklou.git FU r100645: don't pass unused param --- diff --git a/includes/Wiki.php b/includes/Wiki.php index b546d68c38..7e2044a3f9 100644 --- a/includes/Wiki.php +++ b/includes/Wiki.php @@ -515,7 +515,7 @@ class MediaWiki { */ public function run() { try { - $this->checkMaxLag( true ); + $this->checkMaxLag(); $this->main(); $this->restInPeace(); } catch ( Exception $e ) {