|
@@ 2415-2418 (lines=4) @@
|
| 2412 |
|
} |
| 2413 |
|
|
| 2414 |
|
$result = $this->file->repo->fileExistsBatch( $files ); |
| 2415 |
|
if ( in_array( null, $result, true ) ) { |
| 2416 |
|
return Status::newFatal( 'backend-fail-internal', |
| 2417 |
|
$this->file->repo->getBackend()->getName() ); |
| 2418 |
|
} |
| 2419 |
|
|
| 2420 |
|
foreach ( $batch as $batchItem ) { |
| 2421 |
|
if ( $result[$batchItem[0]] ) { |
|
@@ 2750-2753 (lines=4) @@
|
| 2747 |
|
} |
| 2748 |
|
|
| 2749 |
|
$result = $this->file->repo->fileExistsBatch( $files ); |
| 2750 |
|
if ( in_array( null, $result, true ) ) { |
| 2751 |
|
return Status::newFatal( 'backend-fail-internal', |
| 2752 |
|
$this->file->repo->getBackend()->getName() ); |
| 2753 |
|
} |
| 2754 |
|
|
| 2755 |
|
foreach ( $triplets as $file ) { |
| 2756 |
|
if ( $result[$file[0]] ) { |
|
@@ 3099-3102 (lines=4) @@
|
| 3096 |
|
} |
| 3097 |
|
|
| 3098 |
|
$result = $this->file->repo->fileExistsBatch( $files ); |
| 3099 |
|
if ( in_array( null, $result, true ) ) { |
| 3100 |
|
return Status::newFatal( 'backend-fail-internal', |
| 3101 |
|
$this->file->repo->getBackend()->getName() ); |
| 3102 |
|
} |
| 3103 |
|
|
| 3104 |
|
$filteredTriplets = []; |
| 3105 |
|
foreach ( $triplets as $file ) { |