r23181 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23180‎ | r23181 | r23182 >
Date:21:18, 21 June 2007
Author:robchurch
Status:old
Tags:
Comment:
Bug fix
Modified paths:
  • /trunk/phase3/includes/filerepo/File.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/filerepo/File.php
@@ -1052,6 +1052,7 @@
10531053 } else {
10541054 $info['width'] = 0;
10551055 $info['height'] = 0;
 1056+ $info['bits'] = 0;
10561057 }
10571058 wfProfileOut( __METHOD__ );
10581059 return $info;

Follow-up revisions

RevisionCommit summaryAuthorDate
r23203Merged revisions 23120-23202 via svnmerge from...david09:07, 22 June 2007

Status & tagging log