mirror of
https://github.com/nextcloud/server.git
synced 2026-03-08 18:28:16 +01:00
remove unused variable
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
This commit is contained in:
@@ -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)",
|
||||
|
||||
Reference in New Issue
Block a user