]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-top10.php
* Dummy extension "yoomedia" added for Yoo! Media's API (Interface 2.0 supported)
[mailer.git] / inc / extensions / ext-top10.php
index 19ac12ced016296e9672f3470afb324e3c554d5f..35c1590cbd9378a7d32b19218006b166dd3982b6 100644 (file)
@@ -143,7 +143,7 @@ case "update": // Update an extension
 
 default: // Do stuff when extension is loaded
        $dummy = LOAD_CONFIG();
-       $_CONFIG['top10_max'] = $dummy['top10_max'];
+       $_CONFIG = array_merge($_CONFIG, $dummy);
        unset($dummy);
        break;
 }