(bug 11475) Remove useless final param in $dbw->replace() call.
authorChad Horohoe <demon@users.mediawiki.org>
Sat, 6 Sep 2008 03:15:35 +0000 (03:15 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Sat, 6 Sep 2008 03:15:35 +0000 (03:15 +0000)
includes/Math.php

index 3f4cdd4..ca225d6 100644 (file)
@@ -172,7 +172,7 @@ class MathRenderer {
                                        'math_html_conservativeness' => $this->conservativeness,
                                        'math_html' => $this->html,
                                        'math_mathml' => $this->mathml,
-                                 ), $fname, array( 'IGNORE' )
+                                 ), $fname
                                );
                        }