Introduced some wrapper functions, the extension for cache files is now .cache.php...
[mailer.git] / inc / gen_sql_patches.php
index b2b984b4e59cb36d146d06ce7fecc76eee3d6c38..1e3f278d58127d0c9418dd1fe310293b86a2bd0d 100644 (file)
@@ -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