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 @@
277277 }
278278 }
279279 }
280 - return 0;
 280+ return $min;
281281 }
282282
283283 /**
@@ -296,4 +296,4 @@
297297 imagecopy( $dstImage, $srcImage, $borderWidth, $borderHeight, 0, 0, $width, $height );
298298 imagepng( $dstImage, $dest );
299299 }
300 -}
\ No newline at end of file
 300+}

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r98491Refactor out duplicate codereedy23:42, 29 September 2011

Status & tagging log