debugging

This commit is contained in:
Tim Starling 2007-04-27 09:43:20 +00:00
parent a9d108ba47
commit 79fc909cf2

View file

@ -225,6 +225,7 @@ class BitmapHandler extends ImageHandler {
$exif['MEDIAWIKI_EXIF_VERSION'] != Exif::version() )
{
# Wrong version
wfDebug( __METHOD__.": wrong version\n" );
return false;
}
return true;