Fixed annoying bug in FileRepo::deleteBatch() when a file is deleted that has multipl...
authorAaron Schulz <aaron@users.mediawiki.org>
Sat, 14 Jan 2012 00:50:18 +0000 (00:50 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Sat, 14 Jan 2012 00:50:18 +0000 (00:50 +0000)
commit10b54c99f715457a37a7161bc6b8dc8535c5add8
tree19fb2eca014cfdca640ef811d3e8b10eb0545c41
parent0159bc52161921c77d4c5c71ca451b0207d18944
Fixed annoying bug in FileRepo::deleteBatch() when a file is deleted that has multiple identical versions. The operation would fail due to the file already existing.
includes/filerepo/FileRepo.php