From eb8a2bfbb0442767cf6e29561d7b5e89311d4c61 Mon Sep 17 00:00:00 2001 From: quix0r Date: Sat, 9 Jul 2011 13:09:33 +0000 Subject: [PATCH] More fixes (missing array elements) --- inc/modules/admin/what-config_beg.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5