X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_active.php;h=efb00e6321ce57e4f685afd21560019763274750;hb=4111c233803817fc7c28d56cf3914f6478fa5c82;hp=2d244f804645ae79dcdd6dfdde5a0ed047d11d3d;hpb=357b2ca133fc1f89db74097955c366cb4bee6996;p=mailer.git diff --git a/inc/modules/admin/what-config_active.php b/inc/modules/admin/what-config_active.php index 2d244f8046..efb00e6321 100644 --- a/inc/modules/admin/what-config_active.php +++ b/inc/modules/admin/what-config_active.php @@ -45,7 +45,7 @@ if (isset($_POST['ok'])) { ADMIN_SAVE_SETTINGS($_POST); } else { // Minimum mails / active - define('__LIMIT_VALUE', $_CONFIG['active_limit']); + define('__LIMIT_VALUE', getConfig('active_limit')); // Load template LOAD_TEMPLATE("admin_config_active");