r40513 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r40512‎ | r40513 | r40514 >
Date:03:15, 6 September 2008
Author:demon
Status:old
Tags:
Comment:
(bug 11475) Remove useless final param in $dbw->replace() call.
Modified paths:
  • /trunk/phase3/includes/Math.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Math.php
@@ -172,7 +172,7 @@
173173 'math_html_conservativeness' => $this->conservativeness,
174174 'math_html' => $this->html,
175175 'math_mathml' => $this->mathml,
176 - ), $fname, array( 'IGNORE' )
 176+ ), $fname
177177 );
178178 }
179179

Follow-up revisions

RevisionCommit summaryAuthorDate
r40514Revert r40513, failing parser test for non-bug.tstarling04:14, 6 September 2008

Status & tagging log