When deleting images / old image revisions, don't fail out if the file
authorBrion Vibber <brion@users.mediawiki.org>
Sun, 10 Oct 2004 22:56:23 +0000 (22:56 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sun, 10 Oct 2004 22:56:23 +0000 (22:56 +0000)
commite56a2e2a301f0a1b638e6631b279350bcc3c0722
tree4fce4f80c25bc898e080810c5664253907324256
parentdf096a1e19f14d7ebba8568440bd42cd707ce419
When deleting images / old image revisions, don't fail out if the file
doesn't exist or the oi_archive_name field is empty. Treat it gracefully
and continue deleting the database records.

Bug 484: image deletion causes an internal error
includes/ImagePage.php