X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_register2.php;h=30aac7adc97c09e8739ce415dc3c33771ed2065b;hp=209a75e89c2830560f00f6d4cfbe192377bcc2bb;hb=02926f5327b32cae01d13b3db3fdfad971393982;hpb=b57b0e69d9b302af10c923b8d1b69004e2bdb12c diff --git a/inc/modules/admin/what-config_register2.php b/inc/modules/admin/what-config_register2.php index 209a75e89c..30aac7adc9 100644 --- a/inc/modules/admin/what-config_register2.php +++ b/inc/modules/admin/what-config_register2.php @@ -45,7 +45,7 @@ if ((!defined('__SECURITY')) || (!isAdmin())) { // Add description as navigation point addYouAreHereLink('admin', __FILE__); -if (isFormSent()) { +if (isFormSent('save_config')) { // Calculate timestamp from selections... setPostRequestElement('ip_timeout', createEpocheTimeFromSelections('ip_timeout', postRequestArray())); setPostRequestElement('least_cats', round(postRequestElement('least_cats')));