fixing bug reported by smoke tests

This commit is contained in:
JT Smith 2006-03-21 14:25:51 +00:00
parent d70be64c8e
commit c42a3f8c97

View file

@ -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;