Index: trunk/extensions/ProofreadPage/ProofreadPage.php |
— | — | @@ -128,7 +128,7 @@ |
129 | 129 | global $wgTitle; |
130 | 130 | $page_namespace = preg_quote( wfMsgForContent( 'proofreadpage_namespace' ), '/' ); |
131 | 131 | $index_namespace = preg_quote( wfMsgForContent( 'proofreadpage_index_namespace' ), '/' ); |
132 | | - $err = array( '', '', '', '', array() ); |
| 132 | + $err = array( '', '', '', array() ); |
133 | 133 | |
134 | 134 | |
135 | 135 | //if multipage, we use the page order, but we should read pagenum from the index |