debugging
This commit is contained in:
parent
a9d108ba47
commit
79fc909cf2
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue