addding test for Template

fixed more session bugs
This commit is contained in:
JT Smith 2006-01-17 03:57:18 +00:00
parent 610e0486de
commit 80a5518717
4 changed files with 45 additions and 7 deletions

View file

@ -1290,7 +1290,7 @@ Purges all cache entries associated with this asset.
sub purgeCache {
my $self = shift;
my $stow = $self->stow;
my $stow = $self->session->stow;
$stow->delete('assetLineage');
$stow->delete('assetClass');
$stow->delete('assetRevision');