Skip to content

Commit 512294a

Browse files
authored
Update lib/private/Template/SCSSCacher.php
1 parent bd931b5 commit 512294a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/private/Template/SCSSCacher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ public function getCachedCSS(string $appName, string $fileName): ISimpleFile {
216216
private function isCached(string $fileNameCSS, string $app) {
217217
$key = $this->config->getSystemValue('version') . '/' . $app . '/' . $fileNameCSS;
218218

219-
// If the file mtime is older than our cached one,
219+
// If the file mtime is more recent than our cached one,
220220
// let's consider the file is properly cached
221221
if ($cacheValue = $this->isCachedCache->get($key)) {
222222
if ($cacheValue > $this->timeFactory->getTime()) {

0 commit comments

Comments
 (0)