]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-setup.php
Fix for 'Other Settings' which won't save
[mailer.git] / inc / modules / admin / action-setup.php
index 5cf0b0c60fa7ac48a059759a82d29fb388076371..2e62585b9539a7674e064f26babd3f4e4bfeb0d3 100644 (file)
@@ -43,14 +43,12 @@ ADD_DESCR("admin", basename(__FILE__));
 
 // Load the include file
 $INC = sprintf(PATH."inc/modules/admin/what-%s.php", $GLOBALS['what']);
-if (file_exists($INC))
-{
+if (file_exists($INC)) {
        // Ok, we finally load the admin action module
        include($INC);
-}
- else
-{
+} else {
        ADD_FATAL(ADMIN_404_ACTION_1.$GLOBALS['what'].ADMIN_404_ACTION_2);
 }
+
 //
 ?>