Replace misplaced strlen() checks with strict `false` comparisons
authorThiemo Kreuz <thiemo.kreuz@wikimedia.de>
Wed, 27 Mar 2019 10:10:39 +0000 (11:10 +0100)
committerThiemo Kreuz <thiemo.kreuz@wikimedia.de>
Wed, 27 Mar 2019 10:10:39 +0000 (11:10 +0100)
commit666e3572827481d1df43758ed89a3617bacaef5e
treecf453f71d16dc6f1a9cd04e3b8985f8c5b3c104b
parent8a0f5676c92c486656b260c448c8e0284e5321ca
Replace misplaced strlen() checks with strict `false` comparisons

As far as I can tell the intention of this code is *not* to detect
empty strings, but `false`.

Change-Id: I406d065a54a1437fdfd46827fec9493e5fad05f9
includes/externalstore/ExternalStore.php
includes/libs/rdbms/database/Database.php