changetags: $param type should be string and not array
authorDerick Alangi <alangiderick@gmail.com>
Mon, 15 Apr 2019 20:33:18 +0000 (21:33 +0100)
committerUmherirrender <umherirrender_de.wp@web.de>
Tue, 16 Apr 2019 20:02:38 +0000 (20:02 +0000)
commit11200fc58e6e4ccf322948ae4e2471dc20c4ae59
treed7b94e9b14dfb5bbe891cf51f85df0d84e5f6f7c
parent7bc8011148cd31fd1b53c09b6edc425888e91c4c
changetags: $param type should be string and not array

Per the call to updateTagsWithChecks(), $params should be a string
and not an array as soft type hinted. The previous calls updateTags()
which uses $param as a string or null.

Change-Id: I87fa39682d91b7cb3b0844d0aabbfaea0cb6f206
includes/changetags/ChangeTags.php
includes/changetags/ChangeTagsLogList.php