Avoid error in querypage API when there's no value field
authorGergő Tisza <tgr.huwiki@gmail.com>
Fri, 2 Aug 2019 13:41:36 +0000 (15:41 +0200)
committerGergő Tisza <tgr.huwiki@gmail.com>
Fri, 2 Aug 2019 14:05:01 +0000 (16:05 +0200)
commit08697eb433598c57184222cce96372dfc11eb229
tree6935515f6125e8ec1e765b955ed95901c9e70df4
parent7af7bbe7476996bf60d8d8e48a84687ccd7505df
Avoid error in querypage API when there's no value field

QueryPage does not require a value field, and post I8b67268e omitting
it might even be useful, so the API should not error out when it's
not present.

Change-Id: I83b49d4451ba71bb2161459bddf17b9ac00088d2
includes/api/ApiQueryQueryPage.php