Fix copy/paste error :P

remotes/origin/ldap_group_count
Thomas Tanghus 11 years ago
parent aa5bba2bcc
commit 0b4d879619
  1. 2
      core/ajax/share.php

@ -268,7 +268,7 @@ if (isset($_POST['action']) && isset($_POST['itemType']) && isset($_POST['itemSo
if (!is_null($cm) && $cm->isEnabled()) {
$contacts = $cm->search($_GET['search'], array('FN', 'EMAIL'));
foreach ($contacts as $contact) {
if (!isset($emails = $contact['EMAIL']) {
if (!isset($contact['EMAIL'])) {
continue;
}

Loading…
Cancel
Save