mirror of
https://github.com/friendica/friendica
synced 2025-04-23 10:30:11 +00:00
Remove blanks
This commit is contained in:
parent
cc5d4db6a3
commit
f5c7f9670f
4 changed files with 13 additions and 13 deletions
|
@ -74,7 +74,7 @@ class Search extends BaseApi
|
|||
}
|
||||
if ($result instanceof ContactResult) {
|
||||
$id = Contact::getIdForURL($result->getUrl(), 0, false);
|
||||
$accounts[] = DI::mstdnAccount()->createFromContactId($id, $uid);
|
||||
$accounts[] = DI::mstdnAccount()->createFromContactId($id, $uid);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue