]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_bonus.php
Naming convention further applied, TODOs.txt updated
[mailer.git] / inc / modules / admin / what-config_bonus.php
index b6750d4f71e8a31feae45dd461f4efd3a3a30220..b9af8ea74b9c12e3be2ecb6f379b4deb6bcfa489 100644 (file)
@@ -83,7 +83,7 @@ if (isFormSent()) {
        $content['notify'] = translateComma(getConfig('bonus_notify_points'), false);
 
        // Transfer options to template
-       $content['member_selection'] = addMemberSelectionBox(getConfig('bonus_userid'), false, true, true, 'bonus_userid');
+       $content['member_selection'] = addMemberSelectionBox(getBonusUserId(), false, true, true, 'bonus_userid');
 
        // Initialize array for the points list
        $RANKS = explode(';', getConfig('turbo_rates'));