Mahor rewrite:
[mailer.git] / inc / modules / admin / what-config_top10.php
index 018db8f184fc0dc66f5670cd84b0ee424ea161e9..4eeaf49ac6412c7f0671e81014c549f5ce32f7e5 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', getConfig('top10_max'));
 
        // Load form template
        LOAD_TEMPLATE("admin_config_top10");