Fixes/rewrites for 'dublicate entry' bug
[mailer.git] / inc / modules / admin / what-config_wernis.php
index 1dc18f61836cdabf6ee10faf6b81bee611e23322..87518851f97dd0aba49f6461538337b60da1ddf9 100644 (file)
@@ -64,18 +64,18 @@ if (IS_FORM_SENT()) {
 }  else {
        // Prepare data for template output
        $content = array(
-               'min_payout'           => bigintval(getConfig('wernis_min_payout')),
-               'min_withdraw'         => bigintval(getConfig('wernis_min_withdraw')),
-               'api_id'               => bigintval(getConfig('wernis_api_id')),
+               'min_payout'           => getConfig(('wernis_min_payout')),
+               'min_withdraw'         => getConfig(('wernis_min_withdraw')),
+               'api_id'               => getConfig(('wernis_api_id')),
                'api_md5'              => getConfig('wernis_api_md5'),
                'api_url'              => getConfig('wernis_api_url'),
-               'refid'                => bigintval(getConfig('wernis_refid')),
+               'refid'                => getConfig(('wernis_refid')),
                'payout_factor'        => TRANSLATE_COMMA(getConfig('wernis_payout_factor')),
                'withdraw_factor'      => TRANSLATE_COMMA(getConfig('wernis_withdraw_factor')),
                'payout_fee_percent'   => TRANSLATE_COMMA(getConfig('wernis_payout_fee_percent')),
                'withdraw_fee_percent' => TRANSLATE_COMMA(getConfig('wernis_withdraw_fee_percent')),
-               'payout_fee_fix'       => bigintval(getConfig('wernis_payout_fee_fix')),
-               'withdraw_fee_fix'     => bigintval(getConfig('wernis_withdraw_fee_fix'))
+               'payout_fee_fix'       => getConfig(('wernis_payout_fee_fix')),
+               'withdraw_fee_fix'     => getConfig(('wernis_withdraw_fee_fix'))
        );
 
        // Prepare payout Y/N selection