API: Don't dump Title object into API result
authorBrad Jorsch <bjorsch@wikimedia.org>
Tue, 3 Feb 2015 15:01:08 +0000 (10:01 -0500)
committerBrad Jorsch <bjorsch@wikimedia.org>
Tue, 3 Feb 2015 15:01:08 +0000 (10:01 -0500)
commitd43e51a42ca248753ef9f274e1a970e0e966af23
tree3a42e32dc4a5ffa0912e5771823b481875527dc3
parentdf52924986cf135d1de5d6b89dd7dcbf4e609bc6
API: Don't dump Title object into API result

The intention here is to return the title as a text string, not to dump
all the internal fields of Title.

Bug: T88397
Change-Id: I43ad3c98bc1fc056a13f57e2e95a122108049334
includes/api/ApiQuerySearch.php