Remove unused variable
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
parent
dac980115f
commit
c49b0d3834
|
@ -93,7 +93,7 @@ class UpdateLookupServer {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!empty($publicData) && !empty($authKey)) {
|
if (!empty($publicData)) {
|
||||||
$this->sendToLookupServer($user, $publicData);
|
$this->sendToLookupServer($user, $publicData);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue