]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_bonus.php
Naming convention: 'cnt' is shortcutting 'count'
[mailer.git] / inc / modules / admin / what-config_bonus.php
index f8878843f5b44a3c4e88642c5de1d2f482666aff..5f2a8d9e4638b7362d387e2526e59a5c66dfef06 100644 (file)
@@ -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'));