r107163 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r107162‎ | r107163 | r107164 >
Date:16:56, 23 December 2011
Author:grafzahl
Status:ok
Tags:
Comment:
Deleting misinformation that had to do with the -b option to abc2ly
Modified paths:
  • /trunk/extensions/Score/Score.body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Score/Score.body.php
@@ -475,7 +475,6 @@
476476
477477 /* Create ABC input file */
478478 $rc = file_put_contents( $factoryAbc, $code );
479 - // FIXME: ltrim( $code ) ); // abc2ly is picky about whitespace at the start of the file
480479 if ( $rc === false ) {
481480 throw new ScoreException( wfMessage( 'score-noabcinput', $factoryAbc ) );
482481 }

Status & tagging log