cache: s/delete/remove/

This commit is contained in:
Doug Bell 2010-04-19 18:51:10 -05:00
parent 165be5b389
commit b767824711
17 changed files with 23 additions and 23 deletions

View file

@ -1332,7 +1332,7 @@ Deletes this user object out of the cache.
sub uncache {
my $self = shift;
$self->session->cache->delete($self->userId);
$self->session->cache->remove($self->userId);
}
#----------------------------------------------------------------------------