]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/yoomedia_functions.php
Last references to now replaced with mergeConfig()
[mailer.git] / inc / libs / yoomedia_functions.php
index 4b234a24638af97de7c6e6b1a74fa5ff8471f2a4..9307272432fa2916a294906b7a56ce105dcfb871 100644 (file)
@@ -39,8 +39,6 @@ if (!defined('__SECURITY')) {
 
 // Test if the extension settings did work
 function YOOMEDIA_TEST_CONFIG ($data) {
-       global $_CONFIG;
-
        // Is this admin?
        if (!IS_ADMIN()) {
                // No admin!
@@ -48,7 +46,7 @@ function YOOMEDIA_TEST_CONFIG ($data) {
        } // END - if
 
        // Transfer config data
-       $_CONFIG = merge_array($_CONFIG, $data);
+       mergeConfig($data);
 
        // Temporary allow maximum
        setConfigEntry('yoomedia_tm_max_reload'   , 1000);