Fix for fatal error and naming convention applied
[mailer.git] / inc / modules / admin / what-config_stats.php
index 0118f7e7c2870d2bafc6e89ca33ca0134888b70c..8f2b6284e9670d226c2dc9caa8b479c7050a3a48 100644 (file)
@@ -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 {