mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-12 09:10:32 +00:00
3f22189998
We can resolve this bug by either replacing the bogus "return false" with the intended "return [ false, … ]". Or rely on the code a few lines below that also bails out with a "return [ false, … ]" when to many parameters ($cnt is not 0 then) are present. The tests prove both solutions are equally valid. Bug: T211576 Change-Id: Iadd55c134dede7042cfd152c69bc8f27b59d8912 |
||
---|---|---|
.. | ||
ApiQueryReferences.php | ||
Cite.php | ||
CiteCSSFileModule.php | ||
CiteDataModule.php | ||
CiteHooks.php |