]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_top10.php
ADMIN_MEMBER_SELECTION_BOX() does now return a select-tag with the member list
[mailer.git] / inc / modules / admin / what-config_top10.php
index da7d1e63d20dfa79c3535c4a1769a097c777cb65..507f8a1a51fa64df833aed6d065d80a7297810aa 100644 (file)
@@ -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");