Fix for fatal error and naming convention applied
[mailer.git] / inc / modules / admin / what-config_user.php
index 6abf5b6c766e16486d61450acef00622644ff647..8b5a2e7f93f7051f21c56b4f74e4532af4fe99bd 100644 (file)
@@ -44,7 +44,7 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) {
 // Add description as navigation point
 ADD_DESCR('admin', __FILE__);
 
-if (IS_FORM_SENT()) {
+if (isFormSent()) {
        // Save settings
        ADMIN_SAVE_SETTINGS_POST();
 } else {