* (bug 20364) Fixed regression in GIF metadata loading
authorBrion Vibber <brion@users.mediawiki.org>
Sun, 23 Aug 2009 23:27:32 +0000 (23:27 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sun, 23 Aug 2009 23:27:32 +0000 (23:27 +0000)
commit2807a6df29e0601baf603b85e13def8da407948c
tree558eaa187a1a331f2ac0bddeee687674ea898a87
parent5e72d3501e5abf7c47104268845f09f74003a711
* (bug 20364) Fixed regression in GIF metadata loading

There was a missing parameter in GIFMetadataExtractor's skipBlock() call for 'netscape 2.0' data blocks, which threw a monkey in the works.
Now also checking for exceptions thrown by the metadata load and stubbing out null metadata for files which can't be read, rather than letting the exception bubble up and kill MediaWiki. :)
RELEASE-NOTES
includes/media/GIF.php
includes/media/GIFMetadataExtractor.php