This commit is contained in:
Matthew Wilson 2006-04-27 13:34:24 +00:00
parent 6c8e649879
commit d371eaefe5

View file

@ -1299,7 +1299,7 @@ sub getAllPossibleEventPrerequisites {
sub getAllPossibleRequiredEvents {
my $self = shift;
my $pId = shift;
$cache = WebGUI::Cache->new($self->session,["gAPRE",$pId]);
my $cache = WebGUI::Cache->new($self->session,["gAPRE",$pId]);
my $eventData = $cache->get;
return $eventData->{$pId} if defined $eventData->{$pId};