r82408 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82407‎ | r82408 | r82409 >
Date:17:07, 18 February 2011
Author:thomasv
Status:ok
Tags:
Comment:
toRoman is a method
Modified paths:
  • /trunk/extensions/ProofreadPage/ProofreadPage_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ProofreadPage/ProofreadPage_body.php
@@ -600,10 +600,10 @@
601601 $view = ( $i - $offset );
602602 switch( $mode ) {
603603 case 'highroman':
604 - $view = toRoman( $view );
 604+ $view = $this->toRoman( $view );
605605 break;
606606 case 'roman':
607 - $view = strtolower( toRoman( $view ) );
 607+ $view = strtolower( $this->toRoman( $view ) );
608608 break;
609609 case 'normal':
610610 $view = '' . $view;

Follow-up revisions

RevisionCommit summaryAuthorDate
r825331.17wmf1: MFT r78893, r78897, r78909, r82404, r82408, r82409, r82453, r82456,...catrope20:13, 20 February 2011
r85027MFT various extension fixes: r81713, r81742, r81743, r81908, r81966, r81969, ...demon18:23, 30 March 2011

Status & tagging log