X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_points.php;h=e44120d876c36adf60176ca1bd22563866bdcd90;hp=036d3e9c4ad42c46ed7d427019033990a4958457;hb=02926f5327b32cae01d13b3db3fdfad971393982;hpb=b57b0e69d9b302af10c923b8d1b69004e2bdb12c 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')) {