r83010 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r83009‎ | r83010 | r83011 >
Date:08:55, 1 March 2011
Author:ialex
Status:ok
Tags:
Comment:
Missing line break in wfDebug() call
Modified paths:
  • /trunk/phase3/includes/Title.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Title.php
@@ -4129,7 +4129,7 @@
41304130 wfRunHooks( 'TitleGetRestrictionTypes', array( $this, &$types ) );
41314131
41324132 wfDebug( __METHOD__ . ': applicable restriction types for ' .
4133 - $this->getPrefixedText() . ' are ' . implode( ',', $types ) );
 4133+ $this->getPrefixedText() . ' are ' . implode( ',', $types ) . "\n" );
41344134
41354135 return $types;
41364136 }

Status & tagging log