From: Sam Reed Date: Fri, 28 Oct 2011 19:17:44 +0000 (+0000) Subject: Followup r101161 having array() doesn't work so well with isset, changing to null X-Git-Tag: 1.31.0-rc.0~26842 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=962644437cd0180e50e53251ca346cdfcd93a753;p=lhc%2Fweb%2Fwiklou.git Followup r101161 having array() doesn't work so well with isset, changing to null --- diff --git a/includes/LocalisationCache.php b/includes/LocalisationCache.php index 4382ad86be..77b95fc54f 100644 --- a/includes/LocalisationCache.php +++ b/includes/LocalisationCache.php @@ -134,7 +134,7 @@ class LocalisationCache { */ static public $preloadedKeys = array( 'dateFormats', 'namespaceNames' ); - var $mergeableKeys = array(); + var $mergeableKeys = null; /** * Constructor.