r79920 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79919‎ | r79920 | r79921 >
Date:22:54, 9 January 2011
Author:hartman
Status:ok
Tags:
Comment:
Followup r68325, with comment describing intent of code.
Modified paths:
  • /trunk/phase3/includes/media/GIF.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/media/GIF.php
@@ -73,7 +73,8 @@
7474
7575 if (!$metadata || $metadata['frameCount'] <= 1)
7676 return $original;
77 -
 77+
 78+ /* Preserve original image info string, but strip the last char ')' so we can add even more */
7879 $info = array();
7980 $info[] = substr( $original, 1, strlen( $original )-2 );
8081

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r68325Don't override the default Bitmap.php information in the longDescription() fo...hartman16:13, 20 June 2010

Status & tagging log