Cleanup.
This commit is contained in:
parent
1361ecb65a
commit
7c7db4d688
1 changed files with 1 additions and 2 deletions
|
|
@ -174,8 +174,7 @@ sub www_donate {
|
|||
|
||||
if ($self->canView && $price > 0) {
|
||||
$self->{_hasAddedToCart} = 1;
|
||||
my $price =
|
||||
$self->addToCart({price => ($self->session->form->get("price") || $self->getPrice) });
|
||||
$self->addToCart( { price => $price } );
|
||||
}
|
||||
|
||||
return $self->www_view;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue