Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernd Wurst committed Mar 6, 2024
1 parent 0648f1d commit 2a25389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/contacts/choose.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

output('<div class="contact-list">');
$contacts = get_contacts();
$hvae_invalid = false;
$have_invalid = false;
foreach ($contacts as $c) {
if (possible_domainholder($c)) {
output(internal_link('', display_contact($c), "id={$c['id']}", 'class="contacts-choose"'));
Expand Down

0 comments on commit 2a25389

Please sign in to comment.