X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_stats.php;h=8f2b6284e9670d226c2dc9caa8b479c7050a3a48;hb=1355d2c0b29510dbd407f9cde9f41a5ac02d01fa;hp=0118f7e7c2870d2bafc6e89ca33ca0134888b70c;hpb=5071030af40e69ca4284642f44758964e18f5be8;p=mailer.git diff --git a/inc/modules/admin/what-config_stats.php b/inc/modules/admin/what-config_stats.php index 0118f7e7c2..8f2b6284e9 100644 --- a/inc/modules/admin/what-config_stats.php +++ b/inc/modules/admin/what-config_stats.php @@ -46,7 +46,7 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) { ADD_DESCR('admin', __FILE__); // Was the form submitted? -if (IS_FORM_SENT()) { +if (isFormSent()) { // Save settings ADMIN_SAVE_SETTINGS_POST(); } else {