pass Event instead of event to executeCommand
parent
fc4a84011b
commit
4a642e1a9d
|
@ -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} ) {
|
||||
|
|
Loading…
Reference in New Issue