Fix for fatal error and naming convention applied
[mailer.git] / inc / modules / admin / what-config_autopurge.php
index 77ae1fa39ead86ff6c3582992b618e52b803f6db..f0f27c04358b2cd0d97606f9b2f8eb7379520c18 100644 (file)
@@ -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 {