Use getInternalUrl() instead of getFullUrl() in purgeList.php . This was potentially...
authorRoan Kattouw <catrope@users.mediawiki.org>
Fri, 19 Aug 2011 17:20:35 +0000 (17:20 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Fri, 19 Aug 2011 17:20:35 +0000 (17:20 +0000)
commit39e2d66b62f4f56f6861997640e7703883a3a347
tree25bb10e6b6e91bda605ac439a4b0f801de2b3c55
parent92ff782a999dd4cc7701845df14fd841f65b3964
Use getInternalUrl() instead of getFullUrl() in purgeList.php . This was potentially a serious bug if $wgServer differed from $wgInternalServer in command-line mode (this is not the case on WMF, but might be the case on 3rd-party installs)
maintenance/purgeList.php