fix
This commit is contained in:
parent
bd62aabfc5
commit
7f9c404b9a
1 changed files with 1 additions and 1 deletions
|
|
@ -1153,7 +1153,7 @@ sub verifyAllPrerequisites {
|
|||
my $returnArrayFlag = shift;
|
||||
my $cache;
|
||||
if ($returnArrayFlag) {
|
||||
$cache = WebGUI::Cache->new($session,["verifyAllPrerequisites",$returnArrayFlag]);
|
||||
$cache = WebGUI::Cache->new($self->session,["verifyAllPrerequisites",$returnArrayFlag]);
|
||||
my $eventData = $cache->get;
|
||||
return $eventData->{$returnArrayFlag} if defined $eventData->{$returnArrayFlag};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue