Remove duplicate URLs in SquidUpdate.php
authorCatrope <roan.kattouw@gmail.com>
Fri, 6 Apr 2012 18:20:04 +0000 (11:20 -0700)
committerCatrope <roan.kattouw@gmail.com>
Fri, 6 Apr 2012 18:26:46 +0000 (11:26 -0700)
commitedde0a423bcb5635b1b8a807e026a1106f91775c
treeedcdef3423e770c92621092ec8dd8806f6787451
parente77cd32bf35264314100371bb19cfd81e2c221e3
Remove duplicate URLs in SquidUpdate.php

This has to be done in 3 places, because there are 3 public entry
points.

I originally submitted this to fight duplicates I thought I was seeing
in production, but it turns out I'm blind and the URLs weren't
duplicates after all. Nevertheless, preventing duplicate purges in the
SquidUpdate class is a good idea.

Change-Id: Idc21dd7d0b3b79572853b787fac746454d9178ea
includes/cache/SquidUpdate.php