Fix issue on the live site causing RL requests for ext.uploadWizard to consistently...
authorRoan Kattouw <catrope@users.mediawiki.org>
Fri, 27 May 2011 22:09:22 +0000 (22:09 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Fri, 27 May 2011 22:09:22 +0000 (22:09 +0000)
commit7c81ffa5a1ac994c83c812aa194223396a022155
tree6c549508043be536da5a4f6c3f488587a71e5f79
parent966116e75228de138e2acfb08c9dea9537dffaca
Fix issue on the live site causing RL requests for ext.uploadWizard to consistently take more than 5 seconds: the cache freshness check was failing all the time because ext.uploadWizard listed some messages twice, and duplicates were filtered on the left-hand side of the !== comparison (implicitly, because they're array keys), but not on the right-hand side.
includes/MessageBlobStore.php