r101829 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r101828
|
r101829
|
r101830
>
Date:
16:18, 3 November 2011
Author:
hashar
Status:
ok
Tags:
Comment:
add \n to a wfDebug() call
follow up
r48417
Modified paths:
/trunk/phase3/includes/GlobalFunctions.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/GlobalFunctions.php
—
—
@@ -2260,7 +2260,7 @@
2261
2261
global $wgDirectoryMode;
2262
2262
2263
2263
if ( !is_null( $caller ) ) {
2264
- wfDebug( "$caller: called wfMkdirParents($dir)" );
2264
+ wfDebug( "$caller: called wfMkdirParents($dir)\n" );
2265
2265
}
2266
2266
2267
2267
if( strval( $dir ) === '' || file_exists( $dir ) ) {
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r48417
Add optional $caller param to wfMkdirParents(). Should make debugging mkdir()...
demon
14:30, 15 March 2009
Status & tagging log
19:54, 3 November 2011
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r101829
[
removed:
new
added:
ok]