Index: trunk/extensions/ProofreadPage/ProofreadPage.php |
— | — | @@ -820,7 +820,7 @@ |
821 | 821 | if( ( $i >= 1 ) && ( $i + 1 < count( $text_links[1] ) ) ) { |
822 | 822 | $next = $text_links[0][$i+1]; |
823 | 823 | } |
824 | | - if( $args[$current] ) $current = $args[$current]; |
| 824 | + if( $args["current"] ) $current = $args["current"]; |
825 | 825 | if( $current ) $h_out .= "|current=$current"; |
826 | 826 | if( $prev ) $h_out .= "|prev=$prev"; |
827 | 827 | if( $next ) $h_out .= "|next=$next"; |