From 2dbbe24bedc12bc5e4c91136277355b05b333ba3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= 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.2