]> git.mxchange.org Git - mailer.git/blobdiff - inc/functions.php
Loader for cache files renamed to avoid a lot naming conflicts
[mailer.git] / inc / functions.php
index f045a8c5a92f0230d3d6ec4f45f907fb77a7d39c..60e7da54cba9d06801063315da892061956032f3 100644 (file)
@@ -1847,7 +1847,7 @@ function rebuildCache ($cache, $inc = '', $force = false) {
                // Include file given?
                if (!empty($inc)) {
                        // Construct FQFN
-                       $inc = sprintf("inc/loader/load_cache-%s.php", $inc);
+                       $inc = sprintf("inc/loader/load-%s.php", $inc);
 
                        // Is the include there?
                        if (isIncludeReadable($inc)) {