remove unused variable

Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
pull/657/head
Bjoern Schiessle 9 years ago
parent 32dbf32bc5
commit 6e52091c8e
No known key found for this signature in database
GPG Key ID: 2378A753E2BF04F6
  1. 1
      apps/files_sharing/lib/Controller/ShareesAPIController.php

@ -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…
Cancel
Save