fix [ 1304940 ] Incorrect Spelling of Instantiate
This commit is contained in:
parent
d89b8f1794
commit
6be547e55a
9 changed files with 12 additions and 12 deletions
|
|
@ -98,7 +98,7 @@ sub cascadeLineage {
|
|||
while (my ($assetId, $lineage) = $descendants->array) {
|
||||
my $fixedLineage = $newLineage.substr($lineage,length($oldLineage));
|
||||
$prepared->execute([$fixedLineage,$assetId]);
|
||||
# we do the purge directly cuz it's a lot faster than instanciating all these assets
|
||||
# we do the purge directly cuz it's a lot faster than instantiating all these assets
|
||||
$cache->deleteChunk(["asset",$assetId]);
|
||||
}
|
||||
$descendants->finish;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue