X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_bonus.php;h=3360eeb3d0adc2da68d3989f3555c6852a15d89b;hp=406cefa1bde07018b6510e02a7e7542466f00118;hb=93cd46744c402fa7b140e5f1d6b07281fc5558bf;hpb=086762b9606889fbda59d946b7b557d764ec2c0e diff --git a/inc/modules/admin/what-config_bonus.php b/inc/modules/admin/what-config_bonus.php index 406cefa1bd..3360eeb3d0 100644 --- a/inc/modules/admin/what-config_bonus.php +++ b/inc/modules/admin/what-config_bonus.php @@ -76,7 +76,7 @@ if (isFormSent()) { // Prepare contants for the template $content['login'] = translateComma(getConfig('login_bonus') , false); $content['turbo'] = translateComma(getConfig('turbo_bonus') , false); - $contentp['order'] = translateComma(getConfig('bonus_order') , false); + $content['order'] = translateComma(getConfig('bonus_order') , false); $content['ref'] = translateComma(getConfig('bonus_ref') , false); $content['stats'] = translateComma(getConfig('bonus_stats') , false); $content['notify'] = translateComma(getConfig('bonus_notify_points'), false);