From: Siebrand Mazeland Date: Fri, 22 Nov 2013 20:18:59 +0000 (+0100) Subject: Set default for $wgExternalStores to empty array X-Git-Tag: 1.31.0-rc.0~17955^2 X-Git-Url: http://git.heureux-cyclage.org/?a=commitdiff_plain;h=634ef7d01413eb94c7a8c3d830cd971b50cb9e2c;p=lhc%2Fweb%2Fwiklou.git Set default for $wgExternalStores to empty array Set default for $wgExternalStores to empty array instead of false. Having it at false, causes type inconsistency. Change-Id: I9f9b6bef16bd56b5fe27ef30016006b502a63ade --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 8e7e76e8a4..6ecd0323cd 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1798,7 +1798,7 @@ $wgCompressRevisions = false; * * CAUTION: Access to database might lead to code execution */ -$wgExternalStores = false; +$wgExternalStores = array(); /** * An array of external MySQL servers.