https://bugzilla.wikimedia.org/show_bug.cgi?id=27016
Reedy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] Summary|rev 77305 writes to stdout |r77638 writes to stdout |instead of using specified |instead of using specified |sink, breaking xml dumps |sink, breaking xml dumps --- Comment #1 from Reedy <[email protected]> 2011-01-29 07:34:23 UTC --- I'm thinking you mean r77638 http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/maintenance/dumpTextPass.php?view=annotate 157 ialex 77638 $reader = new XMLReader(); 158 $reader->open( $this->input ); 159 $writer = new XMLWriter(); 160 $writer->openURI( 'php://stdout' ); CC'ing IAlex -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
