r70782 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70781‎ | r70782 | r70783 >
Date:21:03, 9 August 2010
Author:soxred93
Status:ok
Tags:
Comment:
Fix r70770: Will I ever get this working? :)
Modified paths:
  • /trunk/phase3/includes/api/ApiQueryPageProps.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiQueryPageProps.php
@@ -72,7 +72,7 @@
7373
7474
7575 foreach ( $this->everything as $pageid => $title ) {
76 - $pageInfo = $this->extractPageInfo( $pageid, $title, $params['prop'] );
 76+ $pageInfo = $this->extractPageInfo( $pageid, $title, $this->params['prop'] );
7777 $fit = $result->addValue( array(
7878 'query',
7979 'pages'

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r70770Followup to r70701: Facepalm fixing.soxred9316:26, 9 August 2010

Status & tagging log