Fix WAN cache stashing bug due to missing list() call
authorAaron Schulz <aschulz@wikimedia.org>
Wed, 15 Jun 2016 16:40:34 +0000 (09:40 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Wed, 15 Jun 2016 16:40:34 +0000 (09:40 -0700)
commitfd4940a1b6120142d353f3e4e4062c5df1518a15
tree2170b03da21ae8db8e24a678533e81146710cb24
parent32a8895637f270e4f6a0dec0c1d42cdd9cbaf6fd
Fix WAN cache stashing bug due to missing list() call

Fixes regression from 0a38dbc809.

Bug: T137877
Change-Id: I4ea960966c084ada36dc54d4ec8729126c17ccdc
includes/libs/objectcache/WANObjectCache.php
tests/phpunit/includes/libs/objectcache/WANObjectCacheTest.php