Index: trunk/extensions/ProofreadPage/ProofreadPage.php |
— | — | @@ -85,7 +85,7 @@ |
86 | 86 | } |
87 | 87 | |
88 | 88 | function wfProofreadPageAddQueryPages( &$wgQueryPages ) { |
89 | | - $wgQueryPages['ProofreadPages'] = 'IndexPages'; |
90 | | - $wgQueryPages['PagesWithoutScans'] = 'PagesWithoutScans'; |
| 89 | + $wgQueryPages[] = array( 'ProofreadPages', 'IndexPages' ); |
| 90 | + $wgQueryPages[] = array( 'PagesWithoutScans', 'PagesWithoutScans' ); |
91 | 91 | return true; |
92 | 92 | } |