aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Reed <reedy@users.mediawiki.org>2012-03-05 21:20:24 +0000
committerSam Reed <reedy@users.mediawiki.org>2012-03-05 21:20:24 +0000
commit8afacdbea7065409f7582b41ff64b78f49d72da0 (patch)
tree4dd4dbe75790a6e5c07712ca2e9587c611408603
parent63dc1241830e78cced980271dc01ab80c5804b63 (diff)
downloadmediawikicore-8afacdbea7065409f7582b41ff64b78f49d72da0.tar.gz
mediawikicore-8afacdbea7065409f7582b41ff64b78f49d72da0.zip
MFT r113085 because the output is annoying me
Notes
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/113086
-rw-r--r--maintenance/cleanupUploadStash.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintenance/cleanupUploadStash.php b/maintenance/cleanupUploadStash.php
index 931a4ffd02b2..5f57ffdffbca 100644
--- a/maintenance/cleanupUploadStash.php
+++ b/maintenance/cleanupUploadStash.php
@@ -51,7 +51,7 @@ class UploadStashCleanup extends Maintenance {
);
if( !is_object( $res ) || $res->numRows() == 0 ) {
- $this->output( 'No files to cleanup!' );
+ $this->output( "No files to cleanup!\n" );
// nothing to do.
return;
}