Index: trunk/phase3/includes/filerepo/FSRepo.php |
— | — | @@ -220,9 +220,11 @@ |
221 | 221 | $hashDest = sha1_file( $dstPath ); |
222 | 222 | if ( $hashSource != $hashDest ) { |
223 | 223 | $status->fatal( 'fileexistserror', $dstPath ); |
| 224 | + $status->failCount++; |
224 | 225 | } |
225 | 226 | } else { |
226 | 227 | $status->fatal( 'fileexistserror', $dstPath ); |
| 228 | + $status->failCount++; |
227 | 229 | } |
228 | 230 | } |
229 | 231 | } |