r68327 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r68326
|
r68327
|
r68328
>
Date:
16:15, 20 June 2010
Author:
hartman
Status:
ok
Tags:
Comment:
Follow up
r68324
.
Init PNG info array before we use it. Much cleaner.
Modified paths:
/trunk/phase3/includes/media/PNG.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/media/PNG.php
—
—
@@ -61,6 +61,7 @@
62
62
if( !metadata || $metadata['frameCount'] == 0 )
63
63
return $original;
64
64
65
+ $info = array();
65
66
$info[] = substr( $original, 1, strlen( $original )-2 );
66
67
67
68
if ($metadata['loopCount'] == 0)
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r68324
Add a new PNG parser in order to recognize APNG (animated PNG) images.
hartman
16:09, 20 June 2010
Status & tagging log
09:05, 20 November 2010
Hashar
(
talk
|
contribs
)
changed the
status
of r68327
[
removed:
new
added:
ok]