(follow-up r91106) Explicitly compare against the self::BROKEN_FILE constants.
authorBrian Wolff <bawolff@users.mediawiki.org>
Wed, 29 Jun 2011 22:24:27 +0000 (22:24 +0000)
committerBrian Wolff <bawolff@users.mediawiki.org>
Wed, 29 Jun 2011 22:24:27 +0000 (22:24 +0000)
commitc730dda86fa0ed9cea96061e7817a0bce24bc29b
tree358f9420ad74dadc85cc6b0baacde47e94e98bd6
parent930ccf282c7889f8c6fbba67d7c64d7bbe5262ca
(follow-up r91106) Explicitly compare against the self::BROKEN_FILE constants.

Before was doing if !$metadata, which used to work when self::BROKEN_FILE was 0, now it's -1
and that works less.
includes/media/ExifBitmap.php