X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_bonus.php;h=5f2a8d9e4638b7362d387e2526e59a5c66dfef06;hb=0176313718a3887a7d833d578142ae41d3a06a15;hp=f8878843f5b44a3c4e88642c5de1d2f482666aff;hpb=b1b27c3371dbbbabb4bb326e7f787648d303fc53;p=mailer.git diff --git a/inc/modules/admin/what-config_bonus.php b/inc/modules/admin/what-config_bonus.php index f8878843f5..5f2a8d9e46 100644 --- a/inc/modules/admin/what-config_bonus.php +++ b/inc/modules/admin/what-config_bonus.php @@ -71,7 +71,7 @@ if (isFormSent()) { setConfigEntry('bonus_disable_notify', postRequestParameter('bonus_disable_notify')); } else { // Transfer options to template - $content['form_selection'] = addMemberSelectionBox(getBonusUserId(), false, true, true, 'bonus_userid'); + $content['bonus_userid'] = addMemberSelectionBox(getBonusUserid(), false, true, true, 'bonus_userid'); // Initialize array for the points list $RANKS = explode(';', getConfig('turbo_rates'));