Fixed ApiQueryBase::selectNamedDb() return value
authorYuri Astrakhan <yurik@wikimedia.org>
Thu, 9 Apr 2015 05:20:56 +0000 (01:20 -0400)
committerYuri Astrakhan <yurik@wikimedia.org>
Thu, 9 Apr 2015 05:23:14 +0000 (01:23 -0400)
commitfe4e448e9c0e9420660fbe8138065d762557dadd
tree2c4aa52fde318d3f69efc4abb224c078e2348f2e
parent8a00f2445d9d34b9e72fadbca144f110abe65656
Fixed ApiQueryBase::selectNamedDb() return value

The doc specifies that this func should return
named database connection, but it does not. Fixed.

Change-Id: Ibe62ff4275201382243c4861cc4fd15cf0316e43
includes/api/ApiQueryBase.php