LocalisationCache::recache(): Use array_fill_keys()
authorKevin Israel <pleasestand@live.com>
Thu, 8 Oct 2015 20:29:16 +0000 (16:29 -0400)
committerKevin Israel <pleasestand@live.com>
Thu, 8 Oct 2015 20:29:16 +0000 (16:29 -0400)
commitfd7a480402c90ea62941d1db6ef4dbc7e9061390
treec26eaea826268a5c54694b263e935ff5e469c124
parentc8e2b346f717bcd2bbc357a085cf8ad97fb354eb
LocalisationCache::recache(): Use array_fill_keys()

LocalisationCache was added in 1.16, so in order to retain PHP 5.1
compatibility, array_fill_keys() was avoided. In 1.17, support for
PHP 5.1 was dropped, so we can use that function now.

Change-Id: I435705639f1a470324a4ba46153351aadc0d40e2
includes/cache/LocalisationCache.php