From: Chad Horohoe Date: Sat, 6 Sep 2008 03:15:35 +0000 (+0000) Subject: (bug 11475) Remove useless final param in $dbw->replace() call. X-Git-Tag: 1.31.0-rc.0~45453 X-Git-Url: http://git.cyclocoop.org//%27http:/code.google.com/p/ie7-js//%27?a=commitdiff_plain;h=11abb78d35bbf7fa6b9ee50ded6ac4fa2811de9f;p=lhc%2Fweb%2Fwiklou.git (bug 11475) Remove useless final param in $dbw->replace() call. --- 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 ); }