fix
This commit is contained in:
parent
c151431ff2
commit
5a59c41771
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ sub execute {
|
|||
return $self->COMPLETE unless $emsId;
|
||||
WebGUI::Cache->new($self->session)->deleteChunk(["verifyAllPrerequisites"]);
|
||||
my $ems = WebGUI::Asset->newByDynamicClass($self->session,$emsId);
|
||||
my @events = $self->session->db->buildArray("select productId from EventsManagementSystem_products");
|
||||
my @events = $self->session->db->buildArray("select productId from EventManagementSystem_products");
|
||||
foreach (@events) {
|
||||
$ems->verifyAllPrerequisites($_);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue