Merge remote-tracking branch 'upstream/develop' into failed
This commit is contained in:
commit
b50f91b3e1
13 changed files with 170 additions and 66 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue