r107208 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r107207‎ | r107208 | r107209 >
Date:16:13, 24 December 2011
Author:grafzahl
Status:ok (Comments)
Tags:
Comment:
Modified paths:
  • /trunk/extensions/Score/Score.body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Score/Score.body.php
@@ -543,7 +543,7 @@
544544
545545 $rc = file_put_contents( $ly, $lilypondCode );
546546 if ( $rc === false ) {
547 - self::debug( "Unable to copy $factoryLy to $ly.\n" );
 547+ self::debug( "Unable to write LilyPond code to $ly.\n" );
548548 }
549549
550550 return $lilypondCode;

Comments

#Comment by Reedy (talk | contribs)   16:17, 24 December 2011

FYI you can just do r1234 to get it to link in the commit message

#Comment by GrafZahl (talk | contribs)   16:26, 24 December 2011

OK, thanks. Can I also do r1234#c5678?

#Comment by GrafZahl (talk | contribs)   18:25, 24 December 2011

The answer is no, as I just found out by trying.

Status & tagging log