X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_other.php;h=81aac69a10179601fa455f47259e437509155745;hp=30509c2edf6fe755e4810ff9a2a9a7b98f30cb81;hb=02926f5327b32cae01d13b3db3fdfad971393982;hpb=b57b0e69d9b302af10c923b8d1b69004e2bdb12c diff --git a/inc/modules/admin/what-config_other.php b/inc/modules/admin/what-config_other.php index 30509c2edf..81aac69a10 100644 --- a/inc/modules/admin/what-config_other.php +++ b/inc/modules/admin/what-config_other.php @@ -44,7 +44,7 @@ if ((!defined('__SECURITY')) || (!isAdmin())) { addYouAreHereLink('admin', __FILE__); // Stop saving data if one input field is !isset -if (isFormSent()) { +if (isFormSent('save_config')) { // Calculate stamps and set calculated stamps setPostRequestElement('online_timeout' , createEpocheTimeFromSelections('online_timeout' , postRequestArray())); setPostRequestElement('url_tlock' , createEpocheTimeFromSelections('url_tlock' , postRequestArray()));