Followup r101161 having array() doesn't work so well with isset, changing to null
authorSam Reed <reedy@users.mediawiki.org>
Fri, 28 Oct 2011 19:17:44 +0000 (19:17 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Fri, 28 Oct 2011 19:17:44 +0000 (19:17 +0000)
includes/LocalisationCache.php

index 4382ad8..77b95fc 100644 (file)
@@ -134,7 +134,7 @@ class LocalisationCache {
         */
        static public $preloadedKeys = array( 'dateFormats', 'namespaceNames' );
 
-       var $mergeableKeys = array();
+       var $mergeableKeys = null;
 
        /**
         * Constructor.