Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
  • Loading branch information
schiessle committed Nov 1, 2016
1 parent 32dbf32 commit 6e52091
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/files_sharing/lib/Controller/ShareesAPIController.php
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,6 @@ protected function getEmail($search) {
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)",
Expand Down

0 comments on commit 6e52091

Please sign in to comment.