From 34cff111810141a9c26c6dd68c431e593fa744b6 Mon Sep 17 00:00:00 2001 From: Matthew Wilson Date: Sat, 13 May 2006 10:42:32 +0000 Subject: [PATCH] wrong var --- lib/WebGUI/Asset/Wobject/EventManagementSystem.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Asset/Wobject/EventManagementSystem.pm b/lib/WebGUI/Asset/Wobject/EventManagementSystem.pm index 77be1bef8..59827eef2 100644 --- a/lib/WebGUI/Asset/Wobject/EventManagementSystem.pm +++ b/lib/WebGUI/Asset/Wobject/EventManagementSystem.pm @@ -1406,7 +1406,7 @@ sub www_checkout { #------------------------------------------------------------------- sub www_emptyCart { my $self = shift; - my $shoppingCart = WebGUI::Commerce::ShoppingCart->new($session); + my $shoppingCart = WebGUI::Commerce::ShoppingCart->new($self->session); $shoppingCart->empty; return $self->www_view(); }