]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_wernis.php
config.php partly solved, see #117
[mailer.git] / inc / modules / admin / what-config_wernis.php
index ccd6fbfbc5960633418c3b3911374f64851c3e6c..51016bf8172451f938000fd243beb8d4be59f9a1 100644 (file)
@@ -86,23 +86,23 @@ if (IS_FORM_SENT()) {
        // Prepare payout Y/N selection
        if (getConfig('wernis_payout_active') == 'Y') {
                // Payout allowed
-               define('__CFG_WERNIS_PAYOUT_ACTIVE_Y', ' chkecked="checked"');
+               define('__CFG_WERNIS_PAYOUT_ACTIVE_Y', ' checked="checked"');
                define('__CFG_WERNIS_PAYOUT_ACTIVE_N', '');
        } else {
                // Payout disabled
                define('__CFG_WERNIS_PAYOUT_ACTIVE_Y', '');
-               define('__CFG_WERNIS_PAYOUT_ACTIVE_N', ' chkecked="checked"');
+               define('__CFG_WERNIS_PAYOUT_ACTIVE_N', ' checked="checked"');
        }
 
        // Prepare withdraw Y/N selection
        if (getConfig('wernis_withdraw_active') == 'Y') {
                // Payout allowed
-               define('__CFG_WERNIS_WITHDRAW_ACTIVE_Y', ' chkecked="checked"');
+               define('__CFG_WERNIS_WITHDRAW_ACTIVE_Y', ' checked="checked"');
                define('__CFG_WERNIS_WITHDRAW_ACTIVE_N', '');
        } else {
                // Payout disabled
                define('__CFG_WERNIS_WITHDRAW_ACTIVE_Y', '');
-               define('__CFG_WERNIS_WITHDRAW_ACTIVE_N', ' chkecked="checked"');
+               define('__CFG_WERNIS_WITHDRAW_ACTIVE_N', ' checked="checked"');
        }
 
        // Load template