remove unused variable

Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
This commit is contained in:
Bjoern Schiessle 2016-11-01 20:11:30 +01:00
parent 32dbf32bc5
commit 6e52091c8e
No known key found for this signature in database
GPG Key ID: 2378A753E2BF04F6
1 changed files with 0 additions and 1 deletions

View File

@ -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)",