r80137 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80136‎ | r80137 | r80138 >
Date:00:11, 13 January 2011
Author:demon
Status:ok
Tags:
Comment:
Fix broken fileExistsBatch() in ForeignAPIRepo since r51673
Modified paths:
  • /trunk/phase3/includes/filerepo/ForeignAPIRepo.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/filerepo/ForeignAPIRepo.php
@@ -118,7 +118,7 @@
119119 }
120120 }
121121
122 - $results = $this->fetchImageQuery( array( 'titles' => implode( $files, '|' ),
 122+ $data = $this->fetchImageQuery( array( 'titles' => implode( $files, '|' ),
123123 'prop' => 'imageinfo' ) );
124124 if( isset( $data['query']['pages'] ) ) {
125125 $i = 0;

Follow-up revisions

RevisionCommit summaryAuthorDate
r805501.17: MFT r80106, r80137, r80138, r80205, r80210, r80222, r80223, r80231, r80...catrope02:09, 19 January 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r51673Followup to r51592:...demon01:47, 10 June 2009

Status & tagging log