]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/cache_functions.php
Several more constants rewritten to getConfig()
[mailer.git] / inc / libs / cache_functions.php
index e3d4e20144a4d822130173df818b11174b34ba17..7cfc987a874948bcabb366755672de9898a41cfe 100644 (file)
@@ -105,7 +105,7 @@ class CacheSystem {
                $this->inc = $this->path . $cacheName . $this->extension;
 
                // Construct FQFN (full qualified file name)
-               $this->fqfn = constant('PATH') . $this->inc;
+               $this->fqfn = getConfig('PATH') . $this->inc;
 
                // Check if file exists and if version matches
                $status = ($this->isCacheReadable() && (is_writeable($this->fqfn)) && ($this->extensionVersionMatches('cache')));