Fix SQL foreignKeys check, if the returning value is a string
authorJoshua Rüsweg <ruesweg@woltlab.com>
Tue, 27 Aug 2019 11:21:26 +0000 (13:21 +0200)
committerJoshua Rüsweg <ruesweg@woltlab.com>
Tue, 27 Aug 2019 11:21:34 +0000 (13:21 +0200)
commit03d762c96c930c63c9e68661b38e964171d7810f
tree48ee962f8c83fe8c4f7feb6b670b4ba284bb08a1
parentbf4cd1bf37c8c3127558e856c99bf83f73726b9e
Fix SQL foreignKeys check, if the returning value is a string
Some compiled PHP versions do not return the correct type when you query the database. The explicit comparison then fails.
wcfsetup/install/files/lib/acp/page/SystemCheckPage.class.php