From feb8f93843c202cc6e8109b95418f46ec44e9496 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Tue, 20 Mar 2012 22:45:01 -0700 Subject: [PATCH] fix wrong page in hashref --- sweavealike.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sweavealike.pm b/sweavealike.pm index c98c073..939f803 100644 --- a/sweavealike.pm +++ b/sweavealike.pm @@ -92,7 +92,7 @@ sub savestate { next unless exists $pagestate{$page}{$id}; next unless exists $pagestate{$page}{$id}{R}; if (defined $pagestate{$page}{$id}{R} - and $pagestate{$param{page}}{$id}{R}->is_started()) { + and $pagestate{$page}{$id}{R}->is_started()) { $pagestate{$page}{$id}{R}->stop; } delete $pagestate{$page}{$id}{R}; -- 2.39.2