]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-adminedit.php
Now, all redirects to index.php points to modules.php?module=index
[mailer.git] / inc / modules / admin / what-adminedit.php
index f2db40320b1b3f5f88d09b9b1576472cd160505c..70448b0315556cd71a55b624d41fb7485aadd186 100644 (file)
@@ -183,7 +183,7 @@ WHERE ".$AND." AND `id`=%s LIMIT 1",
 
                default: // Unexpected action
                        logDebugMessage(__FILE__, __LINE__, sprintf("Unsupported action %s detected.", postRequestParameter('ok')));
-                       loadTemplate('admin_menu_unknown_okay', false, postRequestParameter('ok'));
+                       loadTemplate('admin_settings_saved', false, getMaskedMessage('ADMIN_UNKNOWN_OKAY', postRequestParameter('ok')));
                        break;
        }
 } else {