follow-up r86195 (Sort of). Make sure the string there can really be exploded before...
authorBrian Wolff <bawolff@users.mediawiki.org>
Sat, 16 Apr 2011 18:34:24 +0000 (18:34 +0000)
committerBrian Wolff <bawolff@users.mediawiki.org>
Sat, 16 Apr 2011 18:34:24 +0000 (18:34 +0000)
commit5c3a804b6ca1657fd0de746fc7dc4dc8ebd1e33f
tree38716b84f543bd9a433a6ea8490b1d0048501282
parent7a5d1f4c4bdedcf9032b0cbf04ba00f8632e8801
follow-up r86195 (Sort of). Make sure the string there can really be exploded before calling explode on it.

I originally had the two variables that r86195 removed there to catch the case of a malformed
png file that didn't have a null byte where it was supposed to. However, just declaring the default
for those variables wouldn't have been enough to prevent the warning from list( blah, blah) = explode(..
So now explicitly check the null byte is there like it should be.
includes/media/PNGMetadataExtractor.php