X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_beg.php;h=a01277b134e896728234a9f0d02fec3402886331;hb=2272afc569a7b308e6c34a2d28457495e6b2483b;hp=fd085a87b841851d5de34d8d603555405762ac05;hpb=5c4d360166de238420eec3e5f4e694befb09ab5d;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