From: quix0r Date: Sat, 9 Jul 2011 13:09:33 +0000 (+0000) Subject: More fixes (missing array elements) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=eb8a2bfbb0442767cf6e29561d7b5e89311d4c61;p=mailer.git More fixes (missing array elements) --- 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