Make BitmapMetadataHandlerTest incomplete if $wgShowEXIF is not set.
authorPlatonides <platonides@users.mediawiki.org>
Wed, 29 Jun 2011 13:45:57 +0000 (13:45 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Wed, 29 Jun 2011 13:45:57 +0000 (13:45 +0000)
commiteded6a8db82a176a78c230ccf3d62ca712619df2
tree2c27c0a26c03d00b9305809f4f2f2e754879d12f
parent66f193da79b2bc1bb3b93f8900cc19619f514553
Make BitmapMetadataHandlerTest incomplete if $wgShowEXIF is not set.
It was throwing 'MWException: Internal error: exif_read_data not present. $wgShowEXIF may be incorrectly set or not checked by an extension.'
Fixed typo in LocalSettings.
includes/DefaultSettings.php
tests/phpunit/includes/media/BitmapMetadataHandlerTest.php