]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_active.php
Fix for fatal error and naming convention applied
[mailer.git] / inc / modules / admin / what-config_active.php
index e6dffcbeb3fa85292d8d86409643004959110a40..326f91f7b0fff2136ee4af9003d814d020a4b66e 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 data
        ADMIN_SAVE_SETTINGS_POST();
 } else {