r87121 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r87120‎ | r87121 | r87122 >
Date:13:20, 29 April 2011
Author:greg
Status:ok
Tags:
Comment:
Remove pointless warning: ceratinly I can't imagine why we show a warning when using a filter versus not using one (below the case, where we set $sink but don't issue a warning)
Modified paths:
  • /trunk/phase3/maintenance/backup.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/backup.inc
@@ -126,7 +126,6 @@
127127 break;
128128 case "filter":
129129 if ( is_null( $sink ) ) {
130 - $this->progress( "Warning: assuming stdout for filter output\n" );
131130 $sink = new DumpOutput();
132131 }
133132 if ( !isset( $this->filterTypes[$val] ) ) {

Status & tagging log