A lot CSS classes rewritten, please update all your themes.
[mailer.git] / inc / modules / admin / what-config_beg.php
index 923ffa97bff637e078a5b18280e74a62cea6da6d..c714674259b0fa6163de1462073db7dc3507517d 100644 (file)
@@ -92,7 +92,7 @@ if (isFormSent()) {
        $content['beg_mode_' . strtolower(getConfig('beg_mode'))] = ' checked="checked"';
 
        // Member selection box
-       $content['member_selection'] = addMemberSelectionBox(getConfig('beg_userid'), false, true, true, 'beg_userid');
+       $content['form_selection'] = addMemberSelectionBox(getConfig('beg_userid'), false, true, true, 'beg_userid');
 
        // Load form template
        loadTemplate('admin_config_beg', false, $content);