The uploadArchFile takes an Event object now
This commit is contained in:
parent
b533c8b257
commit
c94367c7ad
|
@ -321,7 +321,7 @@ sub checkFilter {
|
||||||
}
|
}
|
||||||
if ( $Config{ZM_OPT_UPLOAD} && $filter->{AutoUpload} ) {
|
if ( $Config{ZM_OPT_UPLOAD} && $filter->{AutoUpload} ) {
|
||||||
if ( !$event->{Uploaded} ) {
|
if ( !$event->{Uploaded} ) {
|
||||||
$delete_ok = undef if !uploadArchFile($filter, $event);
|
$delete_ok = undef if !uploadArchFile($filter, $Event);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ( $filter->{AutoExecute} ) {
|
if ( $filter->{AutoExecute} ) {
|
||||||
|
|
Loading…
Reference in New Issue