From 34782a784bdc5d1fe15ec70edca49e2e357e276d Mon Sep 17 00:00:00 2001 From: Wouter van Oijen Date: Fri, 17 Mar 2006 16:01:07 +0000 Subject: [PATCH] Fixed error --- lib/WebGUI/Workflow/Instance.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Workflow/Instance.pm b/lib/WebGUI/Workflow/Instance.pm index 5821f636a..a07630930 100644 --- a/lib/WebGUI/Workflow/Instance.pm +++ b/lib/WebGUI/Workflow/Instance.pm @@ -147,7 +147,7 @@ Returns the value for a given scratch variable. =cut -sub get { +sub getScratch { my $self = shift; my $name = shift; unless (exists $self->{_scratch}) {