Apparently, any item or sku caching causes Apache to die. At this

point, both the itemCache in the Cart and the skuCache in the CartItem
have been removed.
This commit is contained in:
Colin Kuskie 2008-07-22 04:09:04 +00:00
parent 23316d60dd
commit 6086703d49
2 changed files with 0 additions and 9 deletions

View file

@ -100,7 +100,6 @@ Removes this item from the cart without calling $sku->onRemoveFromCart which wou
sub delete {
my $self = shift;
$self->cart->session->db->deleteRow("cartItem","itemId",$self->getId);
#undef $self;
return undef;
}