Last references to now replaced with mergeConfig()
[mailer.git] / inc / modules / admin / what-config_primera.php
index 60c7d541d2917ca603a775878bbe484501f0c730..ea836b6fcf4838d69628b54ec159e3fc8beb04b3 100644 (file)
@@ -42,7 +42,7 @@ ADD_DESCR("admin", __FILE__);
 
 if (isset($_POST['ok'])) {
        // First merge temporarily the new API data into the current config
-       $_CONFIG = array_merge($_CONFIG, $_POST);
+       mergeConfig($_POST);
 
        // Is the password set?
        if (isset($_POST['pass'])) {
@@ -51,7 +51,7 @@ if (isset($_POST['ok'])) {
                unset($_POST['pass']);
        } // END - if
 
-       // Let's test the API first (hold your horses here, cowboy! Thanks. :) )
+       // Let's test the API first (hold your horses here, cowboy! Thank you. :) )
        if (PRIMERA_TEST_API()) {
                // Save settings
                ADMIN_SAVE_SETTINGS($_POST);
@@ -62,10 +62,11 @@ if (isset($_POST['ok'])) {
 }  else {
        // Prepare data for template output
        $content = array(
-               'min_payout'    => bigintval($_CONFIG['primera_min_payout']),
-               'min_withdraw'  => bigintval($_CONFIG['primera_min_withdraw']),
-               'api_name'              => $_CONFIG['primera_api_name'],
-               'api_md5'               => $_CONFIG['primera_api_md5']
+               'min_payout'    => bigintval(getConfig('primera_min_payout')),
+               'min_withdraw'  => bigintval(getConfig('primera_min_withdraw')),
+               'api_name'              => getConfig('primera_api_name'),
+               'api_md5'               => getConfig('primera_api_md5'),
+               'refid'                 => getConfig('primera_refid')
        );
 
        // Load template