mirror of
https://github.com/friendica/friendica
synced 2024-11-19 09:03:42 +00:00
removed superfluous comment
This commit is contained in:
parent
9d3ad8f435
commit
b63b1570d6
1 changed files with 0 additions and 2 deletions
|
@ -751,8 +751,6 @@ class GContact
|
||||||
'contact-type', 'hide', 'nsfw', 'network', 'alias', 'notify', 'server_url', 'connect', 'updated', 'url'
|
'contact-type', 'hide', 'nsfw', 'network', 'alias', 'notify', 'server_url', 'connect', 'updated', 'url'
|
||||||
], ['id' => $gcontact_id]);
|
], ['id' => $gcontact_id]);
|
||||||
|
|
||||||
// If nothing found, return false
|
|
||||||
// @see https://github.com/friendica/friendica/issues/7298#issuecomment-522215746
|
|
||||||
if (!DBA::isResult($public_contact)) {
|
if (!DBA::isResult($public_contact)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue