]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_home.php
Fix for fatal error and naming convention applied
[mailer.git] / inc / modules / admin / what-config_home.php
index 294d0ffff0740fdb1664448379780867c4c78814..ff50839192804d83acc383366ac5b080735efe03 100644 (file)
@@ -52,7 +52,7 @@ if (REQUEST_ISSET_GET('sub')) $sub = REQUEST_GET('sub');
 switch ($sub)
 {
        case "settings": // Settings related to the index page
-               if (IS_FORM_SENT()) {
+               if (isFormSent()) {
                        // Save settings
                        ADMIN_SAVE_SETTINGS_POST();
                        OUTPUT_HTML("<a href=\"{!URL!}/modules.php?module=admin&amp;what=config_home&amp;sub=settings\">{--ADMIN_CONTINUE_TO_CONFIG--}</a>");