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 @@
1053
1053
} else {
1054
1054
$info['width'] = 0;
1055
1055
$info['height'] = 0;
1056
+ $info['bits'] = 0;
1056
1057
}
1057
1058
wfProfileOut( __METHOD__ );
1058
1059
return $info;
Follow-up revisions
Revision
Commit summary
Author
Date
r23203
Merged revisions 23120-23202 via svnmerge from...
david
09:07, 22 June 2007
Status & tagging log
15:19, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r23181
[
removed:
ok
added:
old]