From 8d4a1c105f3248b7009dffc0da588975369eae8e Mon Sep 17 00:00:00 2001 From: Platonides Date: Thu, 13 Jan 2011 17:43:45 +0000 Subject: [PATCH] Spacing --- maintenance/compareParsers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/compareParsers.php b/maintenance/compareParsers.php index 9f7ec192b4..87d00c68cc 100644 --- a/maintenance/compareParsers.php +++ b/maintenance/compareParsers.php @@ -166,7 +166,7 @@ class CompareParsers extends Maintenance { $this->failed++; $this->error( "Parsing for {$title->getPrefixedText()} differs\n" ); - if ($this->saveFailed) { + if ( $this->saveFailed ) { file_put_contents( $this->saveFailed . '/' . rawurlencode( $title->getPrefixedText() ) . ".txt", $rev->getText()); } if ( $this->showDiff ) { -- 2.20.1