Merge "Services: Convert LocalisationCache's static to a const now HHVM is gone"...
[lhc/web/wiklou.git] / includes / ServiceWiring.php
index 60a5356..f6d0ec0 100644 (file)
@@ -298,7 +298,7 @@ return [
 
                return new $conf['class'](
                        new ServiceOptions(
-                               LocalisationCache::$constructorOptions,
+                               LocalisationCache::CONSTRUCTOR_OPTIONS,
                                // Two of the options are stored in $wgLocalisationCacheConf
                                $conf,
                                // In case someone set that config variable and didn't reset all keys, set defaults.