Index: trunk/phase3/maintenance/compareParsers.php |
— | — | @@ -166,7 +166,7 @@ |
167 | 167 | $this->failed++; |
168 | 168 | $this->error( "Parsing for {$title->getPrefixedText()} differs\n" ); |
169 | 169 | |
170 | | - if ($this->saveFailed) { |
| 170 | + if ( $this->saveFailed ) { |
171 | 171 | file_put_contents( $this->saveFailed . '/' . rawurlencode( $title->getPrefixedText() ) . ".txt", $rev->getText()); |
172 | 172 | } |
173 | 173 | if ( $this->showDiff ) { |