Fix fatal error

This commit is contained in:
Michael 2020-11-24 23:34:34 +00:00
parent 1342825401
commit c4f50d06e2
1 changed files with 3 additions and 1 deletions

View File

@ -104,7 +104,9 @@ class Receiver
return;
}
APContact::unMarkForArchival($apcontact);
if (!empty($apcontact)) {
APContact::unMarkForArchival($apcontact);
}
$http_signer = HTTPSignature::getSigner($body, $header);
if (empty($http_signer)) {