oops.
This commit is contained in:
parent
6c8e649879
commit
d371eaefe5
1 changed files with 1 additions and 1 deletions
|
|
@ -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};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue