X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Frevision-functions.php;h=de6c340851fddfdc74b1675dfb21922560092f6b;hb=d4cff9c73632a8d93428a80dcf54b3a8daa80a24;hp=a87bfc48862b32e2ab3e7611500a70ad8a13ba8d;hpb=1c4e78c5d68b97b82a3b930aa6db1e6df188f653;p=mailer.git diff --git a/inc/revision-functions.php b/inc/revision-functions.php index a87bfc4886..de6c340851 100644 --- a/inc/revision-functions.php +++ b/inc/revision-functions.php @@ -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')) {