Index: trunk/extensions/Wikilog/maintenance/wikilogImportDocumentation.php |
— | — | @@ -168,7 +168,7 @@ |
169 | 169 | $revision->getText(), 0, false, $this->mTimestamp, |
170 | 170 | $this->mUser); |
171 | 171 | |
172 | | - if ( WikiError::isError( $archive ) || !$archive->isGood() ) { |
| 172 | + if ( !$archive->isGood() ) { |
173 | 173 | $this->output( " failed.\n" ); |
174 | 174 | return false; |
175 | 175 | } else { |