]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_wernis.php
Fixed a lot typos, thanks to profi-concept
[mailer.git] / inc / modules / admin / what-config_wernis.php
index cfa9132c55b6c6f2cb16a2fd33c4035f48eeff51..b92afc06d5054dda393d86f91b27aa1340f324ce 100644 (file)
@@ -42,8 +42,7 @@ ADD_DESCR("admin", __FILE__);
 
 if (isset($_POST['ok'])) {
        // First merge temporarily the new API data into the current config
-       global $_CONFIG;
-       $_CONFIG = merge_array($_CONFIG, $_POST);
+       mergeConfig($_POST);
 
        // Let's test the API first (hold your horses here, cowboy! Thank you. :) )
        if (WERNIS_TEST_API()) {