X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_other.php;h=78688741e514d2f5ddacad82d22127c889e4e4e8;hp=81aac69a10179601fa455f47259e437509155745;hb=5ef42cb239e9225f160f5963a718f14bc70a1866;hpb=0bf0f6a180c9869b4551076337965260bf2104ad diff --git a/inc/modules/admin/what-config_other.php b/inc/modules/admin/what-config_other.php index 81aac69a10..78688741e5 100644 --- a/inc/modules/admin/what-config_other.php +++ b/inc/modules/admin/what-config_other.php @@ -67,7 +67,7 @@ if (isFormSent('save_config')) { if (!isPostRequestElementSet('reject_url')) { unsetPostRequestElement('ok'); } } // END - if -if (isFormSent()) { +if (isFormSent('save_config')) { // Update stamps directly adminSaveSettingsFromPostData(); } else {