From: Don Armstrong Date: Wed, 21 Mar 2012 05:45:01 +0000 (-0700) Subject: fix wrong page in hashref X-Git-Url: https://git.donarmstrong.com/?p=ikiwiki_plugins.git;a=commitdiff_plain;h=feb8f93843c202cc6e8109b95418f46ec44e9496;hp=cf1231554134a1038649d30a04e617abb063d545 fix wrong page in hashref --- 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};