Last references to now replaced with mergeConfig()
[mailer.git] / inc / modules / admin / what-config_primera.php
index 873eea58e2ead4e163ee0ffcb537137af8100110..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'])) {
@@ -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