Merge pull request #129 from MicMee/master
to flag failed auth attempts in db table hubloc as hubloc_receive_error
This commit is contained in:
@@ -903,8 +903,9 @@ function zot_import($arr) {
|
||||
$result = process_channel_sync_delivery($i['notify']['sender'],$arr,$deliveries);
|
||||
}
|
||||
}
|
||||
if($result)
|
||||
if($result){
|
||||
$return = array_merge($return,$result);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user