X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fmodules%2Fadmin%2Fwhat-config_user.php;h=914c9c22ef86a51e5761149e6c4e0ea9c817f614;hb=b8c86fa12322603c24a88ea2b0fd3dbeba612752;hp=62df2811ffea7e3f15dc633e831f8b972e3e6b7b;hpb=f9a9c09e1ae257449bfd98f8854e321efba1dc3c;p=mailer.git diff --git a/inc/modules/admin/what-config_user.php b/inc/modules/admin/what-config_user.php index 62df2811ff..914c9c22ef 100644 --- a/inc/modules/admin/what-config_user.php +++ b/inc/modules/admin/what-config_user.php @@ -39,9 +39,9 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) { // Add description as navigation point ADD_DESCR("admin", __FILE__); -if (isset($_POST['ok'])) { +if (IS_FORM_SENT()) { // Save settings - ADMIN_SAVE_SETTINGS($_POST); + ADMIN_SAVE_SETTINGS_POST(); } else { // Prepare constants for the template define('__LIMIT_VALUE', getConfig('user_limit'));