X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_beg.php;h=a01277b134e896728234a9f0d02fec3402886331;hb=2272afc569a7b308e6c34a2d28457495e6b2483b;hp=b720966c23b19dec3c9fdbbfc35df579580c4bec;hpb=6499bf869106d8e4a85c5b4fe0b2b8d8c7bc01cb;p=mailer.git diff --git a/inc/modules/admin/what-config_beg.php b/inc/modules/admin/what-config_beg.php index b720966c23..a01277b134 100644 --- a/inc/modules/admin/what-config_beg.php +++ b/inc/modules/admin/what-config_beg.php @@ -77,8 +77,8 @@ if (isFormSent()) { $content['pay_mode_' . strtolower(getBegPayMode())] = ' selected="selected"'; // Init beg_mode elements - foreach (array('direct', 'ref') as $entry) { - $content['beg_mode_' . $entry] = ''; + foreach (array('DIRECT', 'REF') as $entry) { + $content['beg_mode_' . strtolower($entry)] = ''; } // END - foreach // Set default mode