X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_points.php;h=e44120d876c36adf60176ca1bd22563866bdcd90;hb=a4389fc8acbd7e4faded34ddaf5d7100e4b90849;hp=036d3e9c4ad42c46ed7d427019033990a4958457;hpb=2cf4fdd43142b6ed33e4fa3a22539a415333a643;p=mailer.git diff --git a/inc/modules/admin/what-config_points.php b/inc/modules/admin/what-config_points.php index 036d3e9c4a..e44120d876 100644 --- a/inc/modules/admin/what-config_points.php +++ b/inc/modules/admin/what-config_points.php @@ -62,7 +62,7 @@ if (isGetRequestElementSet('sub')) { } // Is a form sent? -if ((isFormSent('do_delete')) || (isFormSent('do_edit')) || (isFormSent('do_add'))) { +if ((isFormSent('do_delete')) || (isFormSent('do_edit')) || (isFormSent('do_add')) || (isFormSent('save_config'))) { // Init SQLs initSqls(); switch (getRequestElement('sub')) {