r11999 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r11998
|
r11999
|
r12000
>
Date:
22:37, 6 December 2005
Author:
jeluf
Status:
old
Tags:
Comment:
Revert last change, was already fixed in the meantime
Modified paths:
/trunk/phase3/includes/Linker.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/Linker.php
—
—
@@ -480,9 +480,7 @@
481
481
if ( $img->exists() ) {
482
482
$width = $img->getWidth();
483
483
$height = $img->getHeight();
484
- } else {
485
- return $this->makeBrokenLinkObj( $img->getTitle() );
486
- }
484
+ }
487
485
if ( 0 == $width || 0 == $height ) {
488
486
$width = $height = 200;
489
487
}
Status & tagging log
01:58, 13 October 2010
😂
(
talk
|
contribs
)
changed the
status
of r11999
[
removed:
new
added:
old]