r57057 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r57056‎ | r57057 | r57058 >
Date:14:32, 29 September 2009
Author:thomasv
Status:ok
Tags:
Comment:
minor fix
Modified paths:
  • /trunk/extensions/ProofreadPage/ProofreadPage.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ProofreadPage/ProofreadPage.php
@@ -820,7 +820,7 @@
821821 if( ( $i >= 1 ) && ( $i + 1 < count( $text_links[1] ) ) ) {
822822 $next = $text_links[0][$i+1];
823823 }
824 - if( $args[$current] ) $current = $args[$current];
 824+ if( $args["current"] ) $current = $args["current"];
825825 if( $current ) $h_out .= "|current=$current";
826826 if( $prev ) $h_out .= "|prev=$prev";
827827 if( $next ) $h_out .= "|next=$next";

Status & tagging log