]> git.mxchange.org Git - mailer.git/blobdiff - inc/revision-functions.php
A lot CSS classes rewritten, please update all your themes.
[mailer.git] / inc / revision-functions.php
index a87bfc48862b32e2ab3e7611500a70ad8a13ba8d..de6c340851fddfdc74b1675dfb21922560092f6b 100644 (file)
@@ -61,7 +61,7 @@ function getActualVersion ($type = 'Revision') {
                //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'ret[' . $type . ']=' . $ret);
        } else {
                // FQFN of revision file
-               $FQFN = sprintf("%s/.revision", getConfig('CACHE_PATH'));
+               $FQFN = sprintf("%s/.revision", getCachePath());
 
                // Check if 'check_revision_data' is setted (switch for manually rewrite the .revision-File)
                if ((isGetRequestParameterSet('check_revision_data')) && (getRequestParameter('check_revision_data') == 'yes')) {