r61479 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r61478
|
r61479
|
r61480
>
Date:
03:46, 25 January 2010
Author:
demon
Status:
ok
Tags:
Comment:
Need a newline after this error
Modified paths:
/trunk/phase3/maintenance/doMaintenance.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/maintenance/doMaintenance.php
—
—
@@ -32,7 +32,7 @@
33
33
}
34
34
35
35
if( !$maintClass || !class_exists( $maintClass ) ) {
36
- echo "\$maintClass is not set or is set to a non-existent class.";
36
+ echo "\$maintClass is not set or is set to a non-existent class.\n";
37
37
exit( 1 );
38
38
}
39
39
Status & tagging log
01:18, 29 January 2010
Tim Starling
(
talk
|
contribs
)
changed the
status
of r61479
[
removed:
new
added:
ok]