Fix for fatal error and naming convention applied
[mailer.git] / inc / modules / admin / what-config_extensions.php
index bd1d4e2605f8f275520679cfa9b0b762b3698dd4..cc3ba11687bd131ea69b0e4ea198ba1421443fef 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()) {
        // Save configuration
        ADMIN_SAVE_SETTINGS_POST();
 } else {