Skip to content

Commit

Permalink
Merge pull request cypht-org#925 from Baraka24/fix-default-filter-for…
Browse files Browse the repository at this point in the history
…-profile_id-parameter

[FIX]Profiles: setting the default filter for the profile_id parameter
  • Loading branch information
marclaporte committed Mar 9, 2024
2 parents 0ba04fd + d71a573 commit b67f1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/profiles/setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
),
'allowed_post' => array(
'profile_name' => FILTER_DEFAULT,
'profile_id' => FILTER_VALIDATE_INT,
'profile_id' => FILTER_DEFAULT,
'profile_replyto' => FILTER_DEFAULT,
'profile_smtp' => FILTER_DEFAULT,
'profile_imap' => FILTER_DEFAULT,
Expand Down

0 comments on commit b67f1b1

Please sign in to comment.