From 11abb78d35bbf7fa6b9ee50ded6ac4fa2811de9f Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Sat, 6 Sep 2008 03:15:35 +0000 Subject: [PATCH] (bug 11475) Remove useless final param in $dbw->replace() call. --- includes/Math.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Math.php b/includes/Math.php index 3f4cdd4e47..ca225d6c22 100644 --- a/includes/Math.php +++ b/includes/Math.php @@ -172,7 +172,7 @@ class MathRenderer { 'math_html_conservativeness' => $this->conservativeness, 'math_html' => $this->html, 'math_mathml' => $this->mathml, - ), $fname, array( 'IGNORE' ) + ), $fname ); } -- 2.20.1