]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_primera.php
Last references to now replaced with mergeConfig()
[mailer.git] / inc / modules / admin / what-config_primera.php
index 69afcbf6cd6b2fd3a7fbe9166b81be11dfeeb8b9..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 = merge_array($_CONFIG, $_POST);
+       mergeConfig($_POST);
 
        // Is the password set?
        if (isset($_POST['pass'])) {