]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-birthday.php
* Dummy extension "yoomedia" added for Yoo! Media's API (Interface 2.0 supported)
[mailer.git] / inc / extensions / ext-birthday.php
index 418d0b33cfcbf9d5b7c9fb38073dd40796586b50..52654f0c97ee5e79c42d3817444f25ff6c1df826 100644 (file)
@@ -186,9 +186,7 @@ default: // Do stuff when extension is loaded
        $dummy = LOAD_CONFIG();
 
        // Copy config to main array
-       $_CONFIG['birthday_points'] = $dummy['birthday_points'];
-       $_CONFIG['birthday_mode']   = $dummy['birthday_mode'];
-       $_CONFIG['birthday_active'] = $dummy['birthday_active'];
+       $_CONFIG = array_merge($_CONFIG, $dummy);
 
        // Save some RAM...
        unset($dummy);