r100248 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r100247
|
r100248
|
r100249
>
Date:
18:11, 19 October 2011
Author:
reedy
Status:
ok
Tags:
Comment:
Followup
r98491
Return $min not 0 in findMax
Modified paths:
/trunk/extensions/LilyPond/LilyPond.class.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/LilyPond/LilyPond.class.php
—
—
@@ -276,7 +276,7 @@
277
277
}
278
278
}
279
279
}
280
- return 0;
280
+ return $min;
281
281
}
282
282
283
283
/**
—
—
@@ -296,4 +296,4 @@
297
297
imagecopy( $dstImage, $srcImage, $borderWidth, $borderHeight, 0, 0, $width, $height );
298
298
imagepng( $dstImage, $dest );
299
299
}
300
-}
\ No newline at end of file
300
+}
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r98491
Refactor out duplicate code
reedy
23:42, 29 September 2011
Status & tagging log
16:55, 23 October 2011
Platonides
(
talk
|
contribs
)
changed the
status
of r100248
[
removed:
new
added:
ok]