X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_top10.php;h=507f8a1a51fa64df833aed6d065d80a7297810aa;hp=c8ccadda2800830c7e2a8a22dc1921133c9aac04;hb=e87430f959a8b240d516ef830e6494165bc933b2;hpb=75ad748a68473ace540251427a74fb781b1145e9 diff --git a/inc/modules/admin/what-config_top10.php b/inc/modules/admin/what-config_top10.php index c8ccadda28..507f8a1a51 100644 --- a/inc/modules/admin/what-config_top10.php +++ b/inc/modules/admin/what-config_top10.php @@ -43,12 +43,12 @@ ADD_DESCR("admin", basename(__FILE__)); if (isset($_POST['ok'])) { // Save settings - ADMIN_SAVE_SETTINGS($_POST, "_config", "config='0'"); + ADMIN_SAVE_SETTINGS($_POST); } else { // Prepare constants for the template - define('__MAX_VALUE', $CONFIG['top10_max']); + define('__MAX_VALUE', $_CONFIG['top10_max']); // Load form template LOAD_TEMPLATE("admin_config_top10");