Skip to content

Commit

Permalink
Fixed local contact issue
Browse files Browse the repository at this point in the history
  • Loading branch information
josaphatim committed May 16, 2024
1 parent b53221f commit f72132a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/contacts/setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
'contact_email' => FILTER_DEFAULT,
'contact_name' => FILTER_DEFAULT,
'contact_phone' => FILTER_DEFAULT,
'contact_id' => FILTER_VALIDATE_INT,
'contact_id' => FILTER_DEFAULT,
'contact_value' => FILTER_DEFAULT,
'edit_contact' => FILTER_DEFAULT,
'add_contact' => FILTER_DEFAULT,
Expand All @@ -70,7 +70,6 @@
'contact_name' => FILTER_SANITIZE_FULL_SPECIAL_CHARS,
'contact_phone' => FILTER_SANITIZE_FULL_SPECIAL_CHARS,
'contact_group' => FILTER_SANITIZE_FULL_SPECIAL_CHARS,
'contact_id' => FILTER_VALIDATE_INT,
'contact_value' => FILTER_SANITIZE_FULL_SPECIAL_CHARS,
'edit_contact' => FILTER_SANITIZE_FULL_SPECIAL_CHARS,
'add_contact' => FILTER_SANITIZE_FULL_SPECIAL_CHARS,
Expand Down

0 comments on commit f72132a

Please sign in to comment.