X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_top10.php;h=507f8a1a51fa64df833aed6d065d80a7297810aa;hp=da7d1e63d20dfa79c3535c4a1769a097c777cb65;hb=e87430f959a8b240d516ef830e6494165bc933b2;hpb=4d6226782aa4ba157dca8c3891412ba50159481f diff --git a/inc/modules/admin/what-config_top10.php b/inc/modules/admin/what-config_top10.php index da7d1e63d2..507f8a1a51 100644 --- a/inc/modules/admin/what-config_top10.php +++ b/inc/modules/admin/what-config_top10.php @@ -48,7 +48,7 @@ if (isset($_POST['ok'])) 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");