mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/PageImages
synced 2024-11-24 08:23:28 +00:00
c75b00d14d
PageImages::getPropNames can return either array or string, and PageProps::getProperties accepts both. But the latter's return value will be different depending on the type of input: with an array as input, the returned array's values will be an associative array where the index is the propname; with a string, it's just the propvalue. This difference matters because the code below assumes an array with propname keys. Bug: T323152 Change-Id: I422951ec0cd5c651b32c65e88a557d49f2f22712 |
||
---|---|---|
.. | ||
ParserFileProcessingHookHandlers.php | ||
SearchResultProvideThumbnailHookHandler.php |