We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 667f923 commit 3e0130bCopy full SHA for 3e0130b
1 file changed
Classes/Service/RemoveService.php
@@ -49,7 +49,7 @@ public function file(string $absoulteFileName): bool
49
// by unlink() (for reasons other than write permissions).
50
// Alternatively, throw an exception if file_exists($file) informing that
51
// the file couldn't be removed and this is an error causing stale caches.
52
- return !file_exists($file);
+ return !file_exists($absoulteFileName);
53
}
54
return true;
55
0 commit comments