mirror of
https://github.com/Universal-Omega/PortableInfobox.git
synced 2024-11-15 20:09:44 +00:00
CE-3554: Fix typo
This commit is contained in:
parent
6cc68eaa19
commit
56e5697cfd
|
@ -34,7 +34,7 @@ class ApiQueryPortableInfobox extends ApiQueryBase {
|
|||
$this->sourceLabelsFallback( $infobox, $articleTitle );
|
||||
|
||||
$pageSet->getResult()->addValue( [ 'query', 'pages', $id, 'infoboxes', $count ], 'id', $count );
|
||||
$pageSet->getResult()->setIndexedTagName( $l, "sourcelabels" );
|
||||
$pageSet->getResult()->setIndexedTagName( $sl, "sourcelabels" );
|
||||
$pageSet->getResult()->addValue(
|
||||
[ 'query', 'pages', $id, 'infoboxes', $count ], 'sourcelabels', $sl
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue