From d85333fda8ded20b8fb6dd42ba64d99ffb24e7f1 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Mon, 24 Oct 2011 22:19:02 +0000 Subject: [PATCH] FU r100645: don't pass unused param --- includes/Wiki.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) { -- 2.20.1