externalstore: make ExternalStoreDB::getDomainId treat false the same as null
authorAaron Schulz <aschulz@wikimedia.org>
Sun, 21 Apr 2019 19:57:05 +0000 (12:57 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 21 May 2019 21:05:23 +0000 (21:05 +0000)
commitbbf7fee3ac08952075d85f714340dfde8c1d7b8e
tree79334396c2a3138a3c2652c03d091652a5f7d062
parent07a883388adb76bef1e760ea9d87db3c1f04ff74
externalstore: make ExternalStoreDB::getDomainId treat false the same as null

Callers like SqlBlobStore sometimes pass in false for the current wiki

Bug: T200471
Change-Id: I3025c869df07de312471d00a0ab7107c1fa14a90
includes/externalstore/ExternalStoreDB.php