pass Event instead of event to executeCommand

pull/2240/head
Isaac Connor 2018-10-08 08:31:16 -04:00
parent fc4a84011b
commit 4a642e1a9d
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ sub checkFilter {
}
if ( $filter->{AutoExecute} ) {
if ( !$event->{Executed} ) {
$delete_ok = undef if !executeCommand($filter, $event);
$delete_ok = undef if !executeCommand($filter, $Event);
}
}
if ( $filter->{AutoDelete} ) {