diff --git a/modules/profiles/setup.php b/modules/profiles/setup.php index bb60a06e10..fb5ea5d4bb 100644 --- a/modules/profiles/setup.php +++ b/modules/profiles/setup.php @@ -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,