Index: trunk/phase3/includes/filerepo/ForeignAPIRepo.php |
— | — | @@ -118,7 +118,7 @@ |
119 | 119 | } |
120 | 120 | } |
121 | 121 | |
122 | | - $results = $this->fetchImageQuery( array( 'titles' => implode( $files, '|' ), |
| 122 | + $data = $this->fetchImageQuery( array( 'titles' => implode( $files, '|' ), |
123 | 123 | 'prop' => 'imageinfo' ) ); |
124 | 124 | if( isset( $data['query']['pages'] ) ) { |
125 | 125 | $i = 0; |