1
0
Fork 0

Merge remote-tracking branch 'upstream/develop' into failed

This commit is contained in:
Michael 2020-07-19 01:18:35 +00:00
commit b50f91b3e1
13 changed files with 170 additions and 66 deletions

View file

@ -2093,7 +2093,7 @@ class Item
DBA::close($contacts);
if (!empty($owner['alias'])) {
$condition = ['url' => $owner['alias'], 'rel' => [Contact::SHARING, Contact::FRIEND]];
$condition = ['nurl' => Strings::normaliseLink($owner['alias']), 'rel' => [Contact::SHARING, Contact::FRIEND]];
$contacts = DBA::select('contact', ['uid'], $condition);
while ($contact = DBA::fetch($contacts)) {
if ($contact['uid'] == 0) {