fix [ 1304940 ] Incorrect Spelling of Instantiate

This commit is contained in:
Wouter van Oijen 2005-09-26 21:00:44 +00:00
parent d89b8f1794
commit 6be547e55a
9 changed files with 12 additions and 12 deletions

View file

@ -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;