fixing bug reported by smoke tests
This commit is contained in:
parent
d70be64c8e
commit
c42a3f8c97
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ Overload default constructor to glue in information from the EMS.
|
|||
=cut
|
||||
|
||||
sub new {
|
||||
my ($class, $session, $eventId, $eventData);
|
||||
my ($class, $session, $eventId);
|
||||
$class = shift;
|
||||
$session = shift;
|
||||
$eventId = shift;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue