diff --git a/core/Requirements.php b/core/Requirements.php index 44379badd..35383696f 100644 --- a/core/Requirements.php +++ b/core/Requirements.php @@ -921,7 +921,7 @@ class Requirements_Backend { foreach($fileList as $file) { $srcLastMod = max(filemtime($base . $file), $srcLastMod); } - $refresh = $srcLastMod > filemtime($base . $combinedFile); + $refresh = $srcLastMod > filemtime($combinedFilePath); } else { // file doesn't exist, or refresh was explicitly required $refresh = true;