mirror of
https://github.com/nextcloud/server.git
synced 2026-02-24 02:11:51 -05:00
remove unused variable
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
This commit is contained in:
parent
32dbf32bc5
commit
6e52091c8e
1 changed files with 0 additions and 1 deletions
|
|
@ -568,7 +568,6 @@ class ShareesAPIController extends OCSController {
|
|||
if (strtolower($contact['FN']) === strtolower($search) || strtolower($emailAddress) === strtolower($search)) {
|
||||
if (strtolower($emailAddress) === strtolower($search)) {
|
||||
$result['exactIdMatch'] = true;
|
||||
$foundEmailByAddress = true;
|
||||
}
|
||||
$result['exact'][] = [
|
||||
'label' => $contact['FN'] . " ($emailAddress)",
|
||||
|
|
|
|||
Loading…
Reference in a new issue