]> git.mxchange.org Git - mailer.git/blobdiff - inc/config-functions.php
More fixes for ext-yoomedia (didn't handle non-error responses correctly)
[mailer.git] / inc / config-functions.php
index c85f60ada1a43b71030df9df3ae5d03048622adb..189d4c448b5d59d7b45b9f851db785b6ef13246b 100644 (file)
@@ -97,6 +97,8 @@ function isConfigEntrySet ($configEntry) {
 // Merges $GLOBALS['config'] with data in given array
 function mergeConfig ($newConfig) {
        $GLOBALS['config'] = merge_array(getConfigArray(), $newConfig);
+
+       // Remove all cached entries
 }
 
 // Increment or init with given value or 1 as default the given config entry