r78811 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r78810‎ | r78811 | r78812 >
Date:17:55, 22 December 2010
Author:catrope
Status:ok
Tags:
Comment:
Followup r78786: fix $wgQueryPages registration in ProofreadPage
Modified paths:
  • /trunk/extensions/ProofreadPage/ProofreadPage.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ProofreadPage/ProofreadPage.php
@@ -85,7 +85,7 @@
8686 }
8787
8888 function wfProofreadPageAddQueryPages( &$wgQueryPages ) {
89 - $wgQueryPages['ProofreadPages'] = 'IndexPages';
90 - $wgQueryPages['PagesWithoutScans'] = 'PagesWithoutScans';
 89+ $wgQueryPages[] = array( 'ProofreadPages', 'IndexPages' );
 90+ $wgQueryPages[] = array( 'PagesWithoutScans', 'PagesWithoutScans' );
9191 return true;
9292 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r78786Merge querypage-work2 branch from trunk. The most relevant changes are:...catrope14:16, 22 December 2010

Status & tagging log