Merge remote-tracking branch 'upstream/2020.12-rc' into notices
This commit is contained in:
commit
96e140a027
|
@ -67,6 +67,10 @@ class Account extends BaseFactory
|
||||||
$userContact = [];
|
$userContact = [];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (empty($publicContact)) {
|
||||||
|
throw new HTTPException\NotFoundException('Contact ' . $contactId . ' not found');
|
||||||
|
}
|
||||||
|
|
||||||
$apcontact = APContact::getByURL($publicContact['url'], false);
|
$apcontact = APContact::getByURL($publicContact['url'], false);
|
||||||
|
|
||||||
$self_contact = Contact::selectFirst(['uid'], ['nurl' => $publicContact['nurl'], 'self' => true]);
|
$self_contact = Contact::selectFirst(['uid'], ['nurl' => $publicContact['nurl'], 'self' => true]);
|
||||||
|
|
12169
view/lang/de/messages.po
12169
view/lang/de/messages.po
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
12179
view/lang/hu/messages.po
12179
view/lang/hu/messages.po
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue