Remove unused variable

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
Lukas Reschke 2016-11-18 15:43:41 +01:00 committed by Roeland Jago Douma
parent dac980115f
commit c49b0d3834
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ class UpdateLookupServer {
}
}
if (!empty($publicData) && !empty($authKey)) {
if (!empty($publicData)) {
$this->sendToLookupServer($user, $publicData);
}
}