X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_wernis.php;h=d112c9565b1a31c6fca263fd2327cd119e92d1ca;hb=9e604ce404fe7d2d8dafc259a5fb8cd826aec5e6;hp=ccd6fbfbc5960633418c3b3911374f64851c3e6c;hpb=7b0f17cd637e388049d2167811e4332cec1e979b;p=mailer.git diff --git a/inc/modules/admin/what-config_wernis.php b/inc/modules/admin/what-config_wernis.php index ccd6fbfbc5..d112c9565b 100644 --- a/inc/modules/admin/what-config_wernis.php +++ b/inc/modules/admin/what-config_wernis.php @@ -45,7 +45,7 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) { // Add description as navigation point ADD_DESCR('admin', __FILE__); -if (IS_FORM_SENT()) { +if (isFormSent()) { // First merge temporarily the new API data into the current config mergeConfig(REQUEST_POST_ARRAY()); @@ -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