X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_autopurge.php;h=f0f27c04358b2cd0d97606f9b2f8eb7379520c18;hb=1355d2c0b29510dbd407f9cde9f41a5ac02d01fa;hp=77ae1fa39ead86ff6c3582992b618e52b803f6db;hpb=81bfbcd72e424060ea1223b49ad92fcfa150f361;p=mailer.git diff --git a/inc/modules/admin/what-config_autopurge.php b/inc/modules/admin/what-config_autopurge.php index 77ae1fa39e..f0f27c0435 100644 --- a/inc/modules/admin/what-config_autopurge.php +++ b/inc/modules/admin/what-config_autopurge.php @@ -45,7 +45,7 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) { // Add description as navigation point ADD_DESCR('admin', __FILE__); -if (IS_FORM_SENT()) { +if (isFormSent()) { // Data was submitted so we store it ADMIN_SAVE_SETTINGS_POST(); } else {