]> git.mxchange.org Git - mailer.git/blobdiff - inc/load_cache-config.php
Code-style applied, surfbar URLs can now be edited
[mailer.git] / inc / load_cache-config.php
index 74e0d8061bef0974ebe8befe0e33af4bdb445a43..94d88621e0553c436a98d3c0b5549fc1c7e6b6fb 100644 (file)
@@ -45,8 +45,8 @@ if ($cacheInstance->cache_file("config", true) == true) {
 
        // Valid cache file
        $CNT = 0; $newCache = array();
-       foreach ($cacheArrayConfig as $key=>$array) {
-               foreach ($array as $key2=>$value) {
+       foreach ($cacheArrayConfig as $key => $array) {
+               foreach ($array as $key2 => $value) {
                        $newCache[$key2][$key] = $value;
                }
                $CNT += count($array);