]> git.mxchange.org Git - mailer.git/blobdiff - inc/gen_sql_patches.php
One more underscore to make it more readable
[mailer.git] / inc / gen_sql_patches.php
index 2364c35972ff10f213b1ce2353a0f515fb9ba90a..14158396a60b7650dde95a505a14ebac8064cf4a 100644 (file)
@@ -95,9 +95,10 @@ if (getFileHash() == '') {
 // @TODO Rewrite this to a filter
 if ((isExtensionInstalledAndNewer('cache', '0.1.2')) && (isCacheInstanceValid())) {
        // Destroy some cache files
-       if ($GLOBALS['cache_instance']->loadCacheFile('config'))    $GLOBALS['cache_instance']->removeCacheFile();
-       if ($GLOBALS['cache_instance']->loadCacheFile('extension')) $GLOBALS['cache_instance']->removeCacheFile();
-       if ($GLOBALS['cache_instance']->loadCacheFile('modules'))   $GLOBALS['cache_instance']->removeCacheFile();
+       foreach (array('config', 'extension', 'filter', 'modules') as $cache) {
+               // Use rebuildCache()
+               rebuildCache($cache);
+       } // END - foreach
 } // END - if
 
 // [EOF]