mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/PageImages
synced 2024-11-14 19:34:46 +00:00
Fix typo: page_ids -> pageIds
Change-Id: I7054d36bea58c06cd97c704f44c1fec8a23245bc
This commit is contained in:
parent
6f0f3e7dc6
commit
8d040dfb1f
|
@ -65,7 +65,7 @@ class InitImageData extends Maintenance {
|
|||
[ 'LIMIT' => $this->mBatchSize, 'ORDER_BY' => 'page_id', 'GROUP BY' => 'page_id' ],
|
||||
$joinConds
|
||||
);
|
||||
$page_ids = [];
|
||||
$pageIds = [];
|
||||
foreach ( $res as $row ) {
|
||||
$pageIds[] = $row->page_id;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue