X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fgen_sql_patches.php;h=1e3f278d58127d0c9418dd1fe310293b86a2bd0d;hp=3e780dcac39499dbd74334881b43631fbf8bf5d6;hb=ab5ff5126ef56b08f5130a9e110b53c00d0a2761;hpb=e5dffd4249c97200cbad02f3f4eaf5c373fdb89a diff --git a/inc/gen_sql_patches.php b/inc/gen_sql_patches.php index 3e780dcac3..1e3f278d58 100644 --- a/inc/gen_sql_patches.php +++ b/inc/gen_sql_patches.php @@ -65,13 +65,14 @@ if (getMasterSalt() == '') { unset($masterSalt); } // END - if -if ((getFileHash() == '') || (!isFileReadable(getPath() . getCachePath() . '.' . getFileHash() . '.cache'))) { +if ((getFileHash() == '') || (!isFileReadable(getGenericHashFileName()))) { // Create filename from hashed random string $fileHash = sha1(generatePassword(mt_rand(128, 256))); - $FQFN = sprintf('%s%s.%s.cache', + $FQFN = sprintf('%s%s.%s%s', getPath(), getCachePath(), - $fileHash + $fileHash, + getCacheExtension() ); // Generate secret key from a randomized string @@ -95,7 +96,7 @@ if ((getFileHash() == '') || (!isFileReadable(getPath() . getCachePath() . '.' . } // END - if // @TODO Rewrite this to a filter -if ((isExtensionInstalledAndNewer('cache', '0.1.2')) && (isCacheInstanceValid())) { +if ((isExtensionInstalledAndNewer('cache', '0.1.2')) && (isValidCacheInstance())) { // Destroy some cache files foreach (array('config', 'extension', 'filter', 'modules') as $cache) { // Use rebuildCache()