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:
friendica
2013-09-12 02:26:56 -07:00
2 changed files with 8 additions and 1 deletions

View File

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