X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fmodules%2Fadmin%2Fwhat-config_register2.php;h=8fe76d071b3f10bbaf31eee67d5eefa0c43ecb65;hb=ccf34a2a92d80d01debd84b4b6e1f294d8f90cce;hp=523bb777eb5dfd01af71a08ef8515f303f4c63d8;hpb=bc72f913ef9ef26f4103d3deddb4d8be5337a1e5;p=mailer.git diff --git a/inc/modules/admin/what-config_register2.php b/inc/modules/admin/what-config_register2.php index 523bb777eb..8fe76d071b 100644 --- a/inc/modules/admin/what-config_register2.php +++ b/inc/modules/admin/what-config_register2.php @@ -41,8 +41,8 @@ addMenuDescription('admin', __FILE__); if (isFormSent()) { // Calculate timestamp from selections... - setPostRequestElement('ip_timeout', createTimestampFromSelections('ip_timeout', postRequestArray())); - setPostRequestElement('least_cats', round(postRequestElement('least_cats'))); + setPostRequestParameter('ip_timeout', createTimestampFromSelections('ip_timeout', postRequestArray())); + setPostRequestParameter('least_cats', round(postRequestParameter('least_cats'))); // Save settings adminSaveSettingsFromPostData();