]> git.mxchange.org Git - mailer.git/blobdiff - inc/gen_sql_patches.php
Installer content encapsulated in inc/install-functions.php
[mailer.git] / inc / gen_sql_patches.php
index 184eb28e307f8fb5527266d3e5733edf8b28227c..3d2a48dfe5da78d94ac1e8c234abd54ab7b73739 100644 (file)
@@ -85,6 +85,7 @@ if (getFileHash() == '') {
        if (isFileReadable($FQFN)) {
                // Also update configuration
                setConfigEntry('secret_key', $secretKey);
+               updateConfiguration('file_hash', $fileHash);
 
                // Remove variables
                unset($secretKey);
@@ -92,5 +93,13 @@ if (getFileHash() == '') {
        } // END - if
 } // END - if
 
+// @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();
+} // END - if
+
 // [EOF]
 ?>