a few bug fixes

This commit is contained in:
JT Smith 2006-04-16 18:04:28 +00:00
parent 4adfc0737c
commit 8fb74410ab
3 changed files with 3 additions and 2 deletions

View file

@ -70,6 +70,7 @@ sub updateArticle {
}
foreach my $child (@{$children}) {
$child->getStorageLocation->copy($storage);
$child->purge;
}
}
}