We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 715b68f commit c1fd5bfCopy full SHA for c1fd5bf
1 file changed
core/DataAccess/ArchiveSelector.php
@@ -646,6 +646,7 @@ public static function querySingleBlob(array $archiveIds, string $recordName)
646
// $rawName = eg 'PluginName_ArchiveName'
647
$rawName = $chunk->getRecordNameWithoutChunkAppendix($row['name']);
648
foreach ($blobs as $subtableId => $blob) {
649
+ unset($blobs[$subtableId]);
650
yield array_merge($row, [
651
'value' => $blob,
652
'name' => ArchiveSelector::appendIdSubtable($rawName, $subtableId),
0 commit comments