From: Platonides Date: Thu, 13 Jan 2011 17:43:45 +0000 (+0000) Subject: Spacing X-Git-Tag: 1.31.0-rc.0~32574 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_aide%28?a=commitdiff_plain;h=8d4a1c105f3248b7009dffc0da588975369eae8e;p=lhc%2Fweb%2Fwiklou.git Spacing --- 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 ) {