mediawiki-extensions-InputBox/includes
Bartosz Dziewoński 943d505e2e Fix "PHP Notice: Array to string conversion" when handling prefix/title params
$params['title'] can be an array if someone has messed with the query
parameters.

Use WebRequest::getText(), which guarantees strings (and which is
already used for 'prefix' earlier in this method).

Change-Id: I7b974067fdee22fc42c07fad98af4619fa850269
2021-02-19 21:28:55 +01:00
..
InputBox.php build: Updating mediawiki/mediawiki-codesniffer to 33.0.0 2020-11-04 02:06:23 +00:00
InputBoxHooks.php Fix "PHP Notice: Array to string conversion" when handling prefix/title params 2021-02-19 21:28:55 +01:00