BacklinkCache was forgetting to check rd_interwiki when getting redirects, and thus...
authorBrian Wolff <bawolff@users.mediawiki.org>
Wed, 29 Jun 2011 07:19:12 +0000 (07:19 +0000)
committerBrian Wolff <bawolff@users.mediawiki.org>
Wed, 29 Jun 2011 07:19:12 +0000 (07:19 +0000)
commitbf2587f024d4474a6eee31c021cf7beff475cdb6
treebad399d080ac5af8f1585a28214246b3070def78
parent9d2a5d2b30f664e83901d68736bb1f5881bd153c
BacklinkCache was forgetting to check rd_interwiki when getting redirects, and thus getting
some extranous backlinks for the redirect table (if there happened to be a page redirecting
to an interwiki page with the same name plus an interwiki prefix).

Not a major issue since this is really only used as far as i can tell, to purge squids and html file cache.
A couple of extra unneeded purges shouldn't hurt anything, just a bit pointless.
RELEASE-NOTES-1.19
includes/BacklinkCache.php