X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_beg.php;h=a01277b134e896728234a9f0d02fec3402886331;hb=d6417790061e18fc1a9770ff93bb4e9d106b2f6e;hp=fd085a87b841851d5de34d8d603555405762ac05;hpb=964a3b539e335f6d70e7779630fd3d25fd38398d;p=mailer.git diff --git a/inc/modules/admin/what-config_beg.php b/inc/modules/admin/what-config_beg.php index fd085a87b8..a01277b134 100644 --- a/inc/modules/admin/what-config_beg.php +++ b/inc/modules/admin/what-config_beg.php @@ -77,7 +77,7 @@ if (isFormSent()) { $content['pay_mode_' . strtolower(getBegPayMode())] = ' selected="selected"'; // Init beg_mode elements - foreach (array('DIRECT', 'REFERAL') as $entry) { + foreach (array('DIRECT', 'REF') as $entry) { $content['beg_mode_' . strtolower($entry)] = ''; } // END - foreach