merging bugfixes from 6.8.5

This commit is contained in:
Roy Johnson 2006-01-15 18:42:46 +00:00
parent b0ffb721b6
commit 9b867ab627
3 changed files with 27 additions and 0 deletions

View file

@ -330,6 +330,7 @@ sub www_vote {
$u->karma($self->get("karmaPerVote"),"Poll (".$self->getId.")","Voted on this poll.");
}
$self->deletePageCache;
$self->getContainer->purgeCache;
}
return $self->getContainer->www_view;
}