X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_bonus.php;h=5f2a8d9e4638b7362d387e2526e59a5c66dfef06;hb=5c4d360166de238420eec3e5f4e694befb09ab5d;hp=478c040521a8dc96190576f58cacd244d4f941e4;hpb=6499bf869106d8e4a85c5b4fe0b2b8d8c7bc01cb;p=mailer.git diff --git a/inc/modules/admin/what-config_bonus.php b/inc/modules/admin/what-config_bonus.php index 478c040521..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['bonus_userid'] = 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'));